Skip to content

Commit ce7ddd8

Browse files
authored
Use Haswell optimizations for Zen as well
1 parent 950c047 commit ce7ddd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/sasum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
#if defined(SKYLAKEX)
1313
#include "sasum_microk_skylakex-2.c"
14-
#elif defined(HASWELL)
14+
#elif defined(HASWELL) || defined(ZEN)
1515
#include "sasum_microk_haswell-2.c"
1616
#endif
1717

0 commit comments

Comments
 (0)