Releases: JuliaSIMD/LoopVectorization.jl
Releases · JuliaSIMD/LoopVectorization.jl
v0.12.163
LoopVectorization v0.12.163
Merged pull requests:
- Fix typos and update hyperlinks (#503) (@alexfreudenberg)
- Strides fix in broadcast (#504) (@chriselrod)
v0.12.162
LoopVectorization v0.12.162
Closed issues:
- LoopVectorization fail to compile on julia 32bit REPL (#501)
Merged pull requests:
IntnotInt64(#502) (@chriselrod)
v0.12.161
LoopVectorization v0.12.161
v0.12.160
LoopVectorization v0.12.160
Closed issues:
- Julia 1.9 error: expected Static.StaticInt{1}, got a value of type Static.StaticInt{0} (#491)
- Julia 1.9 error: @turbo for empty iterator (#492)
- Trouble understanding @turbo and passing kwargs (#493)
vtrunc(::Float64)issue (#495)
Merged pull requests:
- @turbo function(;kwag) work around (#494) (@alex-s-gardner)
- Create
vsum(#496) (@MilesCranmer) - ignore
oftype(#497) (@chriselrod) - Type declarations in
mulexpr(#500) (@chriselrod)
v0.12.159
v0.12.158
LoopVectorization v0.12.158
Closed issues:
- Error with accumulation in for loop (#486)
Merged pull requests:
- Migrate from SnoopPrecompile to PrecompileTools (#487) (@timholy)
- Update throughput and latency cost calc for shuffling reductions (#488) (@chriselrod)