summaryrefslogtreecommitdiff
path: root/chacha_avx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'chacha_avx.cpp')
-rw-r--r--chacha_avx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chacha_avx.cpp b/chacha_avx.cpp
index 1c6c4d2d..bcb0f21f 100644
--- a/chacha_avx.cpp
+++ b/chacha_avx.cpp
@@ -41,7 +41,7 @@ extern const char CHACHA_AVX_FNAME[] = __FILE__;
// https://github.com/weidai11/cryptopp/issues/735. The
// 649 issue affects AES but it is the same here. The 735
// issue is ChaCha AVX2 cut-in where it surfaced again.
-#if (_MSC_VER >= 1910) && (_MSC_VER < 1916)
+#if (_MSC_VER >= 1910) && (_MSC_VER <= 1916)
# ifndef CRYPTOPP_DEBUG
# pragma optimize("", off)
# pragma optimize("ts", on)