From: Konstantinos Margaritis Date: Wed, 7 Oct 2020 11:26:41 +0000 (+0300) Subject: minor fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427c98743f7d981e8cb6ce109f6a88ca4ba05e48;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 */