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 534f257d22209736a12c5e0a7488a04fce905461..8af9e798b09db28255e125b366467d63e6da6bbb 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