Releases: JuliaSIMD/LoopVectorization.jl
Releases · JuliaSIMD/LoopVectorization.jl
v0.9.7
LoopVectorization v0.9.7
Closed issues:
- Test suite takes three hours to run on Julia nightly/master, but only 47 minutes to run on Julia 1.5.3 (#160)
Merged pull requests:
- Some more CI improvements (#170) (@DilumAluthge)
- Add a test that will fail if the test suite takes more than two hours (#171) (@DilumAluthge)
- Remove
println
statements accompanying errors (#172) (@mcabbott)
v0.9.6
v0.9.5
LoopVectorization v0.9.5
v0.9.4
LoopVectorization v0.9.4
v0.9.3
v0.9.2
LoopVectorization v0.9.2
Closed issues:
- Docs are not deploying (#162)
Merged pull requests:
- Several improvements related to CI and GitHub Actions (#159) (@DilumAluthge)
- Print
versioninfo(; verbose = true)
at the beginning of the test suite (#164) (@DilumAluthge)
v0.9.1
LoopVectorization v0.9.1
Use ArrayInterface for check args. Try to improve type stability.
v0.9.0
LoopVectorization v0.9.0
Add support for Julia 1.6.
Drop support for BitArray{N} where N ≥ 2 and the size of the first axis isn't a multiple of 8. When using BitArrays for CartesianIndexing, pad out the number of rows to be a multiple of 8.
Initial transition to use ArrayInterface.jl; supported features will improve in future releases.
Closed issues:
- Tests do not pass with >= 1.6.0-DEV.674 (#146)
- Exception when vectorizing loop with 3D array access (#156)
Merged pull requests:
- WIP: Minimal Changes for 1.6 support (#157) (@chriselrod)
v0.8.26
LoopVectorization v0.8.26
Closed issues: