summaryrefslogtreecommitdiff
path: root/chacha_simd.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-04 11:33:28 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-04 11:33:28 -0500
commit822ca11579facd6cd7107f4b709405c025ed9e0b (patch)
tree54fe0ce99dbdc9816f95cf7d4f6e4b718fba3967 /chacha_simd.cpp
parent02f7fda54b001a824817cc51a44bd02c6466c7bf (diff)
downloadcryptopp-git-822ca11579facd6cd7107f4b709405c025ed9e0b.tar.gz
Cleanup headers after Microsoft ARM64 port
Diffstat (limited to 'chacha_simd.cpp')
-rw-r--r--chacha_simd.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/chacha_simd.cpp b/chacha_simd.cpp
index 90f7f6e5..93b16aeb 100644
--- a/chacha_simd.cpp
+++ b/chacha_simd.cpp
@@ -53,8 +53,6 @@
# include <arm_neon.h>
#endif
-// Can't use CRYPTOPP_ARM_XXX_AVAILABLE because too many
-// compilers don't follow ACLE conventions for the include.
#if (CRYPTOPP_ARM_ACLE_AVAILABLE)
# include <stdint.h>
# include <arm_acle.h>