Browse Source

fix the CI failure of lack the head

tags/v0.3.13^2
Qiyu8 4 years ago
parent
commit
e5c2ceb675
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/simd/intrin.h

+ 1
- 1
kernel/simd/intrin.h View File

@@ -47,7 +47,7 @@ extern "C" {
#endif

/** AVX **/
#ifdef HAVE_AVX
#if defined(HAVE_AVX) || defined(HAVE_FMA3)
#include <immintrin.h>
#endif



Loading…
Cancel
Save