Browse Source

Use Haswell optimizations for Zen as well

tags/v0.3.14^2
Martin Kroeker GitHub 5 years ago
parent
commit
950c047b49
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/srot.c

+ 1
- 1
kernel/x86_64/srot.c View 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



Loading…
Cancel
Save