aes-gcm: Enable AVX-512 implementation. #2444
Open
Codecov / codecov/project
failed
Apr 6, 2026 in 0s
96.14% (-0.38%) compared to f4836b0
View this Pull Request on Codecov
96.14% (-0.38%) compared to f4836b0
Details
Codecov Report
❌ Patch coverage is 30.50847% with 82 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.14%. Comparing base (f4836b0) to head (eac2860).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/aead/aes_gcm/vaesclmulavx512.rs | 0.00% | 36 Missing |
| src/cpu/x86_64.rs | 54.76% | 12 Missing and 7 partials |
| src/aead/gcm/vclmulavx512.rs | 0.00% | 16 Missing |
| src/aead/aes_gcm.rs | 56.25% | 6 Missing and 1 partial |
| src/aead/gcm.rs | 0.00% | 3 Missing |
| src/cpu.rs | 80.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #2444 +/- ##
==========================================
- Coverage 96.52% 96.14% -0.38%
==========================================
Files 190 192 +2
Lines 20119 20217 +98
Branches 513 523 +10
==========================================
+ Hits 19419 19437 +18
- Misses 560 633 +73
- Partials 140 147 +7 ☔ 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.
Loading