From: Konstantinos Margaritis Date: Wed, 7 Oct 2020 11:26:41 +0000 (+0300) Subject: minor fix X-Git-Tag: v5.3.1^2^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a0494259efbce2654da3b0b9f4978749383a715;p=thirdparty%2Fvectorscan.git minor fix --- 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 */