From 9a0494259efbce2654da3b0b9f4978749383a715 Mon Sep 17 00:00:00 2001 From: Konstantinos Margaritis Date: Wed, 7 Oct 2020 14:26:41 +0300 Subject: [PATCH] minor fix --- src/util/arch/x86/simd_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/arch/x86/simd_types.h b/src/util/arch/x86/simd_types.h index a582abd5..d74493b4 100644 --- a/src/util/arch/x86/simd_types.h +++ b/src/util/arch/x86/simd_types.h @@ -41,5 +41,5 @@ typedef __m256i m256; typedef __m512i m512; #endif -#endif /* SIMD_TYPES_H */ +#endif /* SIMD_TYPES_X86_H */