starkware-libs / stwo

Apache License 2.0
224 stars 68 forks source link

Rename `target_feature = "avx2f"` to `target_feature = "avx2"` #783

Closed FilipLaurentiu closed 1 month ago

FilipLaurentiu commented 1 month ago

There is no avx2f in the list of target-features rustc --print target-features


This change is Reviewable

codecov-commenter commented 1 month ago

Codecov Report

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

Project coverage is 93.06%. Comparing base (14e41f9) to head (2cf7747). Report is 6 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #783 +/- ## ======================================= Coverage 93.06% 93.06% ======================================= Files 89 89 Lines 11992 11992 Branches 11992 11992 ======================================= Hits 11160 11160 Misses 727 727 Partials 105 105 ```

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

andrewmilson commented 1 month ago

Great, thanks for this