Use immintrin.h everywhere for intrinsics

This commit is contained in:
Pieter Wuille
2018-06-11 09:59:20 -07:00
parent 4c935e2eee
commit 66b2cf1ccf
4 changed files with 0 additions and 24 deletions

View File

@@ -1,11 +1,7 @@
#ifdef ENABLE_AVX2
#include <stdint.h>
#if defined(_MSC_VER)
#include <immintrin.h>
#elif defined(__GNUC__)
#include <x86intrin.h>
#endif
#include <crypto/sha256.h>
#include <crypto/common.h>

View File

@@ -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>

View File

@@ -1,11 +1,7 @@
#ifdef ENABLE_SSE41
#include <stdint.h>
#if defined(_MSC_VER)
#include <immintrin.h>
#elif defined(__GNUC__)
#include <x86intrin.h>
#endif
#include <crypto/sha256.h>
#include <crypto/common.h>