summaryrefslogtreecommitdiff
path: root/chacha_simd.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-09-20 12:31:32 -0400
committerJeffrey Walton <noloader@gmail.com>2021-09-20 12:31:32 -0400
commit20962baf4440df538a7438e80e45e808a76fb04e (patch)
tree1d85f60668a131a40bfcb27dd61373e75a818656 /chacha_simd.cpp
parente154280d310c137148d321828a2b98c0c1e4158f (diff)
downloadcryptopp-git-20962baf4440df538a7438e80e45e808a76fb04e.tar.gz
Fix ChaCha AVX2 implementation (GH #1069)
Many thanks to Jack Lloyd
Diffstat (limited to 'chacha_simd.cpp')
-rw-r--r--chacha_simd.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/chacha_simd.cpp b/chacha_simd.cpp
index 64004add..4e5a3cc3 100644
--- a/chacha_simd.cpp
+++ b/chacha_simd.cpp
@@ -35,9 +35,6 @@
# undef CRYPTOPP_SSE2_INTRIN_AVAILABLE
#endif
-// https://github.com/weidai11/cryptopp/issues/1069
-#undef CRYPTOPP_AVX2_AVAILABLE
-
#if (CRYPTOPP_SSE2_INTRIN_AVAILABLE)
# include <xmmintrin.h>
# include <emmintrin.h>