diff --git a/src/util/arch/x86/crc32.h b/src/util/arch/x86/crc32.h index 158bf43b..0e4b4dae 100644 --- a/src/util/arch/x86/crc32.h +++ b/src/util/arch/x86/crc32.h @@ -30,7 +30,7 @@ #ifndef UTIL_ARCH_X86_CRC32_H_ #define UTIL_ARCH_X86_CRC32_H_ -#if defined(VS_SIMDE_BACKEN) +#if defined(VS_SIMDE_BACKEND) #include "util/simd_types.h" #else #include "util/arch/x86/x86.h"