diff options
Diffstat (limited to 'c/blake3_dispatch.c')
| -rw-r--r-- | c/blake3_dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c/blake3_dispatch.c b/c/blake3_dispatch.c index 95213db..0f348ef 100644 --- a/c/blake3_dispatch.c +++ b/c/blake3_dispatch.c @@ -10,7 +10,7 @@ #elif defined(__GNUC__) #include <immintrin.h> #else -#error "Unimplemented!" +#undef IS_X86 /* Unimplemented! */ #endif #endif |
