Enable Cryptogams SHA asm for Clang

AES is still disabled
pull/853/head
Jeffrey Walton 2019-05-20 15:29:30 -04:00
parent 9590481c7f
commit 00155d42cc
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 2 additions and 0 deletions

View File

@ -364,6 +364,8 @@
#if !defined(CRYPTOPP_DISABLE_ASM) && defined(__arm__)
# if defined(__GNUC__) && !defined(__clang__)
# define CRYPTOGAMS_ARM_AES 1
# endif
# if defined(__GNUC__)
# define CRYPTOGAMS_ARM_SHA1 1
# define CRYPTOGAMS_ARM_SHA256 1
# define CRYPTOGAMS_ARM_SHA512 1