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:
4998e19
)
Update dynamic.c
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Sun, 16 Oct 2016 20:40:00 +0000
(22:40 +0200)
committer
GitHub
<noreply@github.com>
Sun, 16 Oct 2016 20:40:00 +0000
(22:40 +0200)
Add Bay Trail "Pentium N3520" atom
driver/others/dynamic.c
patch
|
blob
|
history
diff --git
a/driver/others/dynamic.c
b/driver/others/dynamic.c
index 18f85c316860537820e4bb34770db1378fa74de7..a09660f94f23fe8f5ee0e7026e779ce1011f10be 100644
(file)
--- a/
driver/others/dynamic.c
+++ b/
driver/others/dynamic.c
@@
-232,6
+232,7
@@
static gotoblas_t *get_coretype(void){
return &gotoblas_NEHALEM; //OS doesn't support AVX. Use old kernels.
}
}
+ if (model == 7) return &gotoblas_ATOM; //Bay Trail
return NULL;
case 4:
//Intel Haswell