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:
950c047
)
Use Haswell optimizations for Zen as well
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Thu, 11 Feb 2021 08:25:36 +0000
(09:25 +0100)
committer
GitHub
<noreply@github.com>
Thu, 11 Feb 2021 08:25:36 +0000
(09:25 +0100)
kernel/x86_64/sasum.c
patch
|
blob
|
history
diff --git
a/kernel/x86_64/sasum.c
b/kernel/x86_64/sasum.c
index d0cea9bee2b1f46d11b7743aeeada291673549c0..a021741c70ad27975e61935dbb0a8963d8d70104 100644
(file)
--- a/
kernel/x86_64/sasum.c
+++ b/
kernel/x86_64/sasum.c
@@
-11,7
+11,7
@@
#if defined(SKYLAKEX)
#include "sasum_microk_skylakex-2.c"
-#elif defined(HASWELL)
+#elif defined(HASWELL)
|| defined(ZEN)
#include "sasum_microk_haswell-2.c"
#endif