Browse Source

Use Haswell optimizations for Zen as well

tags/v0.3.14^2
Martin Kroeker GitHub 4 years ago
parent
commit
46509953a9
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/drot.c

+ 1
- 1
kernel/x86_64/drot.c View File

@@ -2,7 +2,7 @@

#if defined(SKYLAKEX)
#include "drot_microk_skylakex-2.c"
#elif defined(HASWELL)
#elif defined(HASWELL) || defined(ZEN)
#include "drot_microk_haswell-2.c"
#endif



Loading…
Cancel
Save