Closed briansmith closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.27%. Comparing base (
c5914cd
) to head (fab5046
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Split the 32-bit ARM feature deteection from AArch64 feature detection.
Simpliy the 32-bit ARM feature detection to only look for NEON, so that hardware implementations are never used on 32-bit ARM. In particular, this drops the usage of hardware SHA implementations on 32-bit ARM.