briansmith / ring

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

{aarch64,x86_64}-apple-*: Use assembly language implementations. #2113

Closed briansmith closed 1 week ago

briansmith commented 1 week ago

Change visionOS and watchOS to use the assembly implementations like iOS, macOS, and tvOS were already.

Use the same C compiler options for all these targets.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 97.07%. Comparing base (481462e) to head (5d42887).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2113 +/- ## ======================================= Coverage 97.07% 97.07% ======================================= Files 144 144 Lines 20124 20124 Branches 456 456 ======================================= Hits 19535 19535 Misses 492 492 Partials 97 97 ```

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

briansmith commented 1 week ago

This had to be folded into #2112.