diff options
author | Jack Lloyd <[email protected]> | 2017-05-22 12:55:25 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-05-22 12:55:25 -0400 |
commit | e184202bdf92bf8c8b8a145e0d064251b6c06630 (patch) | |
tree | 143c0a19da5b1eb7e86ef0e9f655baba3808221c /src/lib/hash/sha2_32 | |
parent | a710540c20081fcef39c7402f9b7cc54aacbfc63 (diff) |
Disable ARMv8 SHA extensions on 32-bit
Works everywhere but Apple Clang. Could handle this with a hack
to configure but running ARMv8 in 32-bit mode is rare and suboptimal,
and it would be better to deal with this using compile-time feature
detection.
Diffstat (limited to 'src/lib/hash/sha2_32')
-rw-r--r-- | src/lib/hash/sha2_32/sha2_32_armv8/info.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/hash/sha2_32/sha2_32_armv8/info.txt b/src/lib/hash/sha2_32/sha2_32_armv8/info.txt index d065e6db3..88e5c2b80 100644 --- a/src/lib/hash/sha2_32/sha2_32_armv8/info.txt +++ b/src/lib/hash/sha2_32/sha2_32_armv8/info.txt @@ -3,7 +3,7 @@ SHA2_32_ARMV8 -> 20170117 </defines> <arch> -arm32 +#arm32 arm64 </arch> |