diff --git a/c/blake3_dispatch.c b/c/blake3_dispatch.c index af6c3da..5183d52 100644 --- a/c/blake3_dispatch.c +++ b/c/blake3_dispatch.c @@ -86,7 +86,6 @@ static void cpuidex(uint32_t out[4], uint32_t id, uint32_t sid) { #endif } -#endif enum cpu_feature { SSE2 = 1 << 0, @@ -161,6 +160,7 @@ static #endif } } +#endif void blake3_compress_in_place(uint32_t cv[8], const uint8_t block[BLAKE3_BLOCK_LEN],