fix the CI failure of lack the head

This commit is contained in:
Qiyu8 2020-11-12 17:35:17 +08:00
parent a87e537b8c
commit e5c2ceb675
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ extern "C" {
#endif #endif
/** AVX **/ /** AVX **/
#ifdef HAVE_AVX #if defined(HAVE_AVX) || defined(HAVE_FMA3)
#include <immintrin.h> #include <immintrin.h>
#endif #endif