Skip to content

Commit

Permalink
Fix compile on ARM with GCC 4.8 (GH weidai11#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader authored and EAddario committed Apr 10, 2021
1 parent 07eef06 commit c8f5e54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#endif

#if (CRYPTOPP_ARM_NEON_HEADER)
# include <arm_neon.h>
# if defined(__ARM_FEATURE_NEON)
# include <arm_neon.h>
# endif
#endif

NAMESPACE_BEGIN(CryptoPP)
Expand Down

0 comments on commit c8f5e54

Please sign in to comment.