diff options
| author | wargio <[email protected]> | 2022-09-17 16:22:54 +0200 |
|---|---|---|
| committer | wargio <[email protected]> | 2022-10-03 11:24:18 +0200 |
| commit | cf5d59cd4357d06f3e9c64f6ea652d5378ba5c35 (patch) | |
| tree | 0c38e004cb2e05a28579d9a6905204885aa81f8c /c/blake3_impl.h | |
| parent | 7e15c5314ea0ca34c52fd39583b1aa7c07eac1ae (diff) | |
Support portable build without intrinsics
Diffstat (limited to 'c/blake3_impl.h')
| -rw-r--r-- | c/blake3_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/c/blake3_impl.h b/c/blake3_impl.h index cc5672f..46c8fd8 100644 --- a/c/blake3_impl.h +++ b/c/blake3_impl.h @@ -46,7 +46,6 @@ enum blake3_flags { #if defined(_MSC_VER) #include <intrin.h> #endif -#include <immintrin.h> #endif #if !defined(BLAKE3_USE_NEON) |
