Skip to content

Commit 47691c0

Browse files
authored
Use Haswell optimizations for Zen as well
1 parent ce7ddd8 commit 47691c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/dasum.c

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

77
#if defined(SKYLAKEX)
88
#include "dasum_microk_skylakex-2.c"
9-
#elif defined(HASWELL)
9+
#elif defined(HASWELL) || defined(ZEN)
1010
#include "dasum_microk_haswell-2.c"
1111
#endif
1212

0 commit comments

Comments
 (0)