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

index d0cea9bee2b1f46d11b7743aeeada291673549c0..a021741c70ad27975e61935dbb0a8963d8d70104 100644 (file)
@@ -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