briansmith / ring

Safe, fast, small crypto using Rust
Other
3.72k stars 703 forks source link

x86/x86_64: Remove fallback SSE2 AES implementation. #2063

Closed briansmith closed 4 months ago

briansmith commented 4 months ago

The C code is never built with OPENSSL_SSE2 so this has been dead code. Don't put any effort into getting it to work as there seems to be very little interest performance where SSE2 is available but SSSE3 isn't.

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.85%. Comparing base (9892bda) to head (484acd6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2063 +/- ## ======================================= Coverage 96.85% 96.85% ======================================= Files 144 144 Lines 20708 20719 +11 Branches 244 244 ======================================= + Hits 20056 20068 +12 Misses 618 618 + Partials 34 33 -1 ```

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