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:
229ce2c
)
Fix cortex-a15 detecting bug.
author
Zhang Xianyi
<traits.zhang@gmail.com>
Mon, 12 Jan 2015 09:35:16 +0000
(09:35 +0000)
committer
Zhang Xianyi
<traits.zhang@gmail.com>
Mon, 12 Jan 2015 09:35:16 +0000
(09:35 +0000)
cpuid_arm.c
patch
|
blob
|
history
diff --git
a/cpuid_arm.c
b/cpuid_arm.c
index
211ea27
..
51ba72d
100644
(file)
--- a/
cpuid_arm.c
+++ b/
cpuid_arm.c
@@
-112,7
+112,7
@@
int detect(void)
if (strstr(p, "0xc09")) {
return CPU_CORTEXA9;
}
- if (strstr(p, "0xc
15
")) {
+ if (strstr(p, "0xc
0f
")) {
return CPU_CORTEXA15;
}