projects
/
platform
/
upstream
/
openblas.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5feb087
)
Report cpu as ARMV8 instead of just giving up on non-Linux hosts
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Mon, 31 Aug 2020 18:03:21 +0000
(20:03 +0200)
committer
GitHub
<noreply@github.com>
Mon, 31 Aug 2020 18:03:21 +0000
(20:03 +0200)
cpuid_arm64.c
patch
|
blob
|
history
diff --git
a/cpuid_arm64.c
b/cpuid_arm64.c
index 6f41be604806dfa70264ea13f16f258b842811fb..1fd43148a36af16035464347bf0ae437da8d2972 100644
(file)
--- a/
cpuid_arm64.c
+++ b/
cpuid_arm64.c
@@
-197,6
+197,8
@@
int detect(void)
}
+#else
+ return CPU_ARMV8;
#endif
return CPU_UNKNOWN;