diff options
Diffstat (limited to 'src/crypto/sha256_shani.cpp')
-rw-r--r-- | src/crypto/sha256_shani.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/crypto/sha256_shani.cpp b/src/crypto/sha256_shani.cpp index 924135848a..e561da42c5 100644 --- a/src/crypto/sha256_shani.cpp +++ b/src/crypto/sha256_shani.cpp @@ -9,11 +9,7 @@ #ifdef ENABLE_SHANI #include <stdint.h> -#if defined(_MSC_VER) #include <immintrin.h> -#elif defined(__GNUC__) -#include <x86intrin.h> -#endif #include <crypto/common.h> |