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:
ce7ddd8
)
Use Haswell optimizations for Zen as well
author
Martin Kroeker
<martin@ruby.chemie.uni-freiburg.de>
Thu, 11 Feb 2021 08:26:15 +0000
(09:26 +0100)
committer
GitHub
<noreply@github.com>
Thu, 11 Feb 2021 08:26:15 +0000
(09:26 +0100)
kernel/x86_64/dasum.c
patch
|
blob
|
history
diff --git
a/kernel/x86_64/dasum.c
b/kernel/x86_64/dasum.c
index 534f257d22209736a12c5e0a7488a04fce905461..8af9e798b09db28255e125b366467d63e6da6bbb 100644
(file)
--- a/
kernel/x86_64/dasum.c
+++ b/
kernel/x86_64/dasum.c
@@
-6,7
+6,7
@@
#if defined(SKYLAKEX)
#include "dasum_microk_skylakex-2.c"
-#elif defined(HASWELL)
+#elif defined(HASWELL)
|| defined(ZEN)
#include "dasum_microk_haswell-2.c"
#endif