Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x86: Reduce harm when patched to remove the SSE2 requirement. #2363

Merged
merged 1 commit into from
Feb 11, 2025

Conversation

briansmith
Copy link
Owner

No description provided.

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

Attention: Patch coverage is 92.50000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 96.63%. Comparing base (8cd8bc6) to head (c03d5f4).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/arithmetic/montgomery.rs 91.17% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2363      +/-   ##
==========================================
- Coverage   96.64%   96.63%   -0.01%     
==========================================
  Files         176      176              
  Lines       21611    21627      +16     
  Branches      526      527       +1     
==========================================
+ Hits        20885    20900      +15     
- Misses        613      615       +2     
+ Partials      113      112       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

unsafe {
super::ffi::bn_mul_mont_ffi::<(), {MIN_LIMBS}, 1>(in_out, n, n0, (),
bn_mul_mont_fallback)
}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codecov is right to complain that we don't test this branch in CI since we can't reach it without patching. This is intentional.

@briansmith briansmith merged commit 213997e into main Feb 11, 2025
173 of 174 checks passed
@briansmith briansmith deleted the b/sse2-ssse3 branch February 11, 2025 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant