summaryrefslogtreecommitdiff
path: root/chacha_simd.cpp
diff options
context:
space:
mode:
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>