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

github.com/marian-nmt/intgemm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Heafield <github@kheafield.com>2020-11-18 00:23:58 +0300
committerKenneth Heafield <github@kheafield.com>2020-11-18 00:23:58 +0300
commit4414edceeb41d8e5961d9d3141d92714740e46cc (patch)
tree3ca3e152bbfc93d49b42944e0d69ef71ac6c0d73
parent0d70d757d6e9b56428bc9c6368e31e961fbd9379 (diff)
Fix comment
-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)