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 'compile_test/avx2.cc')
-rw-r--r--compile_test/avx2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile_test/avx2.cc b/compile_test/avx2.cc
index 794983b..8460fc0 100644
--- a/compile_test/avx2.cc
+++ b/compile_test/avx2.cc
@@ -1,4 +1,4 @@
-// Some compilers don't have AVX512BW support. Test for them.
+// Some compilers don't have AVX2 support. Test for them.
#include <immintrin.h>
#if defined(_MSC_VER)