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

Add SIMD versions of scrambler and vector multiplication #361

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Fix typo

560678b
Select commit
Loading
Failed to load commit list.
Open

Add SIMD versions of scrambler and vector multiplication #361

Fix typo
560678b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 10, 2024 in 0s

78.010% (-0.030%) compared to e56e4dd

View this Pull Request on Codecov

78.010% (-0.030%) compared to e56e4dd

Details

Codecov Report

Attention: Patch coverage is 72.00000% with 21 lines in your changes missing coverage. Please review.

Project coverage is 78.010%. Comparing base (e56e4dd) to head (560678b).
Report is 4 commits behind head on master.

Files Patch % Lines
src/vector/src/vectorcf_mul.avx.c 44.736% 21 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##            master      #361       +/-   ##
=============================================
- Coverage   78.040%   78.010%   -0.030%     
=============================================
  Files          207       208        +1     
  Lines        18967     19014       +47     
  Branches      2550      2555        +5     
=============================================
+ Hits         14802     14833       +31     
- Misses        3260      3278       +18     
+ Partials       905       903        -2     

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