Releases: JuliaSIMD/LoopVectorization.jl
Releases · JuliaSIMD/LoopVectorization.jl
v0.12.151
LoopVectorization v0.12.151
Merged pull requests:
- Updates for StaticArrayInterface (#469) (@chriselrod)
v0.12.150
v0.12.149
LoopVectorization v0.12.149
Merged pull requests:
- Fix typo (#463) (@svretina)
- Use extensions for weakdeps (#464) (@chriselrod)
v0.12.148
v0.12.147
LoopVectorization v0.12.147
Closed issues:
- Error with large number of array references (#450)
- Add option to not reorder loops? (#459)
- Loading LoopVectorization.jl makes push! error on julia1.9.0-beta2 (#460)
Merged pull requests:
- format (#458) (@chriselrod)
- Remove gratuitous overloads. (#461) (@chriselrod)
v0.12.146
LoopVectorization v0.12.146
Merged pull requests:
- Fix invalidations from new
==
method (#456) (@timholy) - combine broadcast statements (#457) (@chriselrod)
v0.12.145
LoopVectorization v0.12.145
v0.12.144
v0.12.143
LoopVectorization v0.12.143
Closed issues:
- Trivial loop throws KeyError (#452)
Merged pull requests:
- Use 16 bits to store an array reference index (#451) (@johnbcoughlin)
v0.12.142
LoopVectorization v0.12.142
Closed issues:
- Can you see the complete assembly-code for a function? (#446)
- LV keeps crushing during benchmarking (#447)
Merged pull requests:
- let homogeneous tuples be
alldense
(#445) (@JeffreySarnoff) - fix some invalidations caused by FixedPointNumbers (#448) (@ranocha)