Releases: JuliaSIMD/LoopVectorization.jl
Releases · JuliaSIMD/LoopVectorization.jl
LoopVectorization v0.12.2
- Added precompile statement.
- Fixed bug in loops where arrays were indexed in one dimension by a literal constant and then in a later dimension by an unknown but runtime constant (constant w/respect to the loops).
- Fixed bug when loop iteration space was given as a range like
a*b+c
v0.12.1
LoopVectorization v0.12.1
Closed issues:
v0.12.0
LoopVectorization v0.12.0
Closed issues:
- Support for
log1p
(#152) - World age error from LoopVectorization v0.10.0 with Tullio and MPI on Julia v1.5.3 (#192)
- Broadcasted indexing (#197)
- ArrayInterface.jl v3.1.0 breaks LoopVectorization.jl v0.11.2 on Julia v1.6.0-rc1 (#198)
- No method matching pointerforcomparison(::FastRange) (#203)
- Does @avx allow for conditionals inside a loop? (#204)
Merged pull requests:
- Update README.md (#199) (@matbesancon)
- Update Project.toml (#200) (@chriselrod)
- Add YisyAIFramework.jl into package list (#202) (@SkyWorld117)
- Use VecUnroll, add threading support (#205) (@chriselrod)
v0.11.2
v0.11.1
v0.11.0
LoopVectorization v0.11.0
Closed issues:
v0.10.0
LoopVectorization v0.10.0
Closed issues: