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:
authorKenneth Heafield <github@kheafield.com>2020-03-08 22:22:24 +0300
committerKenneth Heafield <github@kheafield.com>2020-03-08 22:22:24 +0300
commit261a5fbcf7558fc3c2ac22b33fe0c2930d440fc3 (patch)
treef912e6a3cec9691e509d3e63eb3672ae6a357d2c /avx512_gemm.h
parent1323f245adff16b351b61310625b743b22e90059 (diff)
Change to INTGEMM_COMPILER_SUPPORTS_AVX512BW and update test
Diffstat (limited to 'avx512_gemm.h')
-rw-r--r--avx512_gemm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avx512_gemm.h b/avx512_gemm.h
index 267dc6d..cdbfff5 100644
--- a/avx512_gemm.h
+++ b/avx512_gemm.h
@@ -2,7 +2,7 @@
#include "intgemm_config.h"
-#ifdef INTGEMM_COMPILER_SUPPORTS_AVX512
+#ifdef INTGEMM_COMPILER_SUPPORTS_AVX512BW
#include "interleave.h"
#include "kernels.h"