Use Haswell optimizations for Zen as well
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 11 Feb 2021 08:26:15 +0000 (09:26 +0100)
committerGitHub <noreply@github.com>
Thu, 11 Feb 2021 08:26:15 +0000 (09:26 +0100)
kernel/x86_64/dasum.c

index 534f257..8af9e79 100644 (file)
@@ -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