From d24a2a6bfb270a8ccc2bfe5d28a4baf6787f4d60 Mon Sep 17 00:00:00 2001 From: "G.E." Date: Thu, 25 Jul 2024 22:22:43 +0300 Subject: [PATCH] typo --- src/util/arch/x86/crc32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"