Releases: JuliaSIMD/LoopVectorization.jl
Releases · JuliaSIMD/LoopVectorization.jl
v0.7.1
LoopVectorization v0.7.1
Diff since v0.7.0
Closed issues:
- MethodError: no method matching &(::VectorizationBase._MM{4,Int64}, ::Int64) (#100)
v0.7.0
LoopVectorization v0.7.0
Diff since v0.6.30
Closed issues:
- doc links in README is not working (#4)
- Reduction not Found Error in branching loop (#90)
- Vectorized Bitwise operations (#91)
Merged pull requests:
- WIP: support mixed Int/CartesianIndex indexing (#84) (@timholy)
- Add more documentation on the internals (#94) (@timholy)
- A big renaming (#95) (@timholy)
- Add nospecialize and precompiles to reduce latency (#97) (@timholy)
v0.6.30
LoopVectorization v0.6.30
Diff since v0.6.29
Closed issues:
- Broadcast errors with powers (#87)
@avx
doesn't handle @inbounds
(#88)
- MethodError: no method matching
vstore!
(#89)
v0.6.29
LoopVectorization v0.6.29
Diff since v0.6.28
Closed issues:
- Errors from squaring (#85)
- Not all of fastmath is supported? (#86)