We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edce5d8 commit e325dbbCopy full SHA for e325dbb
src/nn/nn-quants.hpp
@@ -5,7 +5,7 @@
5
#include <cstring>
6
#if defined(__ARM_NEON)
7
#include <arm_neon.h>
8
-#elif defined(__AVX2__)
+#elif defined(__AVX2__) || defined(__F16C__)
9
#include <immintrin.h>
10
#endif
11
0 commit comments