Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/intgemm/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intrinsics.h')
-rw-r--r--intrinsics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrinsics.h b/intrinsics.h
index 5fe3159..d662472 100644
--- a/intrinsics.h
+++ b/intrinsics.h
@@ -381,7 +381,7 @@ INTGEMM_AVX2 static inline __m256i xor_si(__m256i a, __m256i b) {
* AVX512
*
*/
-#ifdef INTGEMM_COMPILER_SUPPORTS_AVX512
+#ifdef INTGEMM_COMPILER_SUPPORTS_AVX512BW
INTGEMM_AVX512BW static inline __m512i abs_epi8(__m512i arg) {
return _mm512_abs_epi8(arg);