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

Avoid using YMM registers in gcm_ghash_vpclmulqdq_avx2_1. #2470

Merged
merged 1 commit into from
Mar 11, 2025

Fix missing vzeroupper in gcm_ghash_vpclmulqdq_avx2() for len=16

eebf4a6
Select commit
Loading
Failed to load commit list.
Merged

Avoid using YMM registers in gcm_ghash_vpclmulqdq_avx2_1. #2470

Fix missing vzeroupper in gcm_ghash_vpclmulqdq_avx2() for len=16
eebf4a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 11, 2025 in 1s

96.62% (+0.00%) compared to 3542fbc

View this Pull Request on Codecov

96.62% (+0.00%) compared to 3542fbc

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.62%. Comparing base (3542fbc) to head (eebf4a6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2470   +/-   ##
=======================================
  Coverage   96.61%   96.62%           
=======================================
  Files         180      180           
  Lines       21814    21814           
  Branches      539      539           
=======================================
+ Hits        21076    21077    +1     
  Misses        623      623           
+ Partials      115      114    -1     

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

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.