Releases: JuliaSIMD/LoopVectorization.jl
Releases · JuliaSIMD/LoopVectorization.jl
v0.9.16
LoopVectorization v0.9.16
Merged pull requests:
- Revert "Merge pull request #179 from DilumAluthge/dpa/unicode-subscript-m-n-only-in-docs" (#186) (@DilumAluthge)
- README: Add Octavian.jl to list of packages that use LoopVectorization (#187) (@DilumAluthge)
v0.9.15
LoopVectorization v0.9.15
v0.9.14
LoopVectorization v0.9.14
Merged pull requests:
- Try to fix a bug in code coverage (#185) (@DilumAluthge)
v0.9.13
LoopVectorization v0.9.13
Closed issues:
- Code coverage bug: only the first line of
@avx
counts as covered (#178)
Merged pull requests:
- Include the original
LineNumberNode
s from the original expression in the final expression (#181) (@DilumAluthge)
v0.9.12
LoopVectorization v0.9.12
v0.9.11
LoopVectorization v0.9.11
Merged pull requests:
- Docs only: Replace Unicode subscript i (resp. j, l, m, n, s) with _i (resp. _j, _l, _m, _n, _s) (#179) (@DilumAluthge)
- Some inferrability and precompile improvements (#180) (@timholy)
v0.9.10
LoopVectorization v0.9.10
Closed issues:
- Still seeing the "WARNING: Wrapping
Vararg
..." warnings with LoopVectorization v0.9.9 and VectorizationBase v0.14.3 (#175)
v0.9.9
LoopVectorization v0.9.9
v0.9.8
LoopVectorization v0.9.8
Merged pull requests:
- Increase the
ELAPSED_MINUTES
test limit from two hours to three hours (#173) (@DilumAluthge)
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)