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

View File

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