Skip to content

Commit e5c2ceb

Browse files
committed
fix the CI failure of lack the head
1 parent a87e537 commit e5c2ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/simd/intrin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extern "C" {
4747
#endif
4848

4949
/** AVX **/
50-
#ifdef HAVE_AVX
50+
#if defined(HAVE_AVX) || defined(HAVE_FMA3)
5151
#include <immintrin.h>
5252
#endif
5353

0 commit comments

Comments
 (0)