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

index 3264d25..587cf8e 100644 (file)
@@ -2,7 +2,7 @@
 
 #if defined(SKYLAKEX)
 #include "srot_microk_skylakex-2.c"
-#elif defined(HASWELL)
+#elif defined(HASWELL) || defined(ZEN)
 #include "srot_microk_haswell-2.c"
 #endif