Releases: eschnett/SIMD.jl
Releases · eschnett/SIMD.jl
v3.7.0
SIMD v3.7.0
Merged pull requests:
- fix IEEE compliancy in floating point min/max reductions on LLVM verson that supports it (#130) (@KristofferC)
Closed issues:
v3.6.0
v3.5.0
SIMD v3.5.0
v3.4.7
SIMD v3.4.7
v3.4.6
SIMD v3.4.6
Merged pull requests:
- Fix uneven trailing whitespace in strings (#114) (@c42f)
- fix some shift operations to agree with Base (and prevent undefined behavior) (#119) (@KristofferC)
Closed issues:
- vload on
Matrix{Float64}
(#116)
v3.4.5
SIMD v3.4.5
Closed issues:
- any function is slow (#109)
Merged pull requests:
- NFC remove deprecated
Vararg{<:Any}
(#105) (@oscardssmith) - Migrate from SnoopPrecompile to PrecompileTools (#113) (@timholy)
v3.4.4
SIMD v3.4.4
Closed issues:
- Support
@fastmath min
(#103)
Merged pull requests:
- Add
@propagate_inbounds
togetindex
/setindexi!
onVec
(#102) (@Seelengrab) - add fastmath for min and max (#104) (@KristofferC)