Skip to content

Conversation

@ranocha
Copy link
Member

@ranocha ranocha commented Nov 28, 2025

This fixes JuliaSIMD/LoopVectorization.jl#543 locally for me. I have to admit that I used a Claude Opus 4.5 (preview) instance from VS Code to develop this fix.

I checked that the new @generated functions match the previous methods accepting v::VecUnroll{<:Any,W,T,<:VecUnroll{<:Any,W,T,Vec{W,T}}} defined roughly 200 lines above the new ones.

@codecov
Copy link

codecov bot commented Nov 28, 2025

Codecov Report

❌ Patch coverage is 25.00000% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 54.09%. Comparing base (a74ebae) to head (ad7af51).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/vecunroll/memory.jl 25.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
+ Coverage   52.25%   54.09%   +1.83%     
==========================================
  Files          35       35              
  Lines        6145     5951     -194     
==========================================
+ Hits         3211     3219       +8     
+ Misses       2934     2732     -202     

☔ 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.

@ranocha
Copy link
Member Author

ranocha commented Nov 28, 2025

Looking at the latest push to the master branch, the SLEEFPirates.jl and VectorizedRNG.jl integration tests fail there, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

No method matching _vstore_unroll! on ARM

2 participants