fix the CI failure of lack the head
authorQiyu8 <fangchunlin@huawei.com>
Thu, 12 Nov 2020 09:35:17 +0000 (17:35 +0800)
committerQiyu8 <fangchunlin@huawei.com>
Thu, 12 Nov 2020 09:35:17 +0000 (17:35 +0800)
kernel/simd/intrin.h

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