briansmith / ring

Safe, fast, small crypto using Rust
Other
3.64k stars 683 forks source link

AArch64/ARM Linux: Force dynamic detection for all non-NEON features. #2050

Closed briansmith closed 2 months ago

briansmith commented 2 months ago

Work around a toolchain bug to avoid illegal instruction errors on many Raspberry Pi and other devices. See the added comments for details.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.28%. Comparing base (c5914cd) to head (cbf1714).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2050 +/- ## ======================================= Coverage 96.28% 96.28% ======================================= Files 143 143 Lines 20462 20462 Branches 226 226 ======================================= Hits 19701 19701 Misses 727 727 Partials 34 34 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.