v0.12.13
LoopVectorization v0.12.13
Closed issues:
- Windows failure on 1.6 (#227)
- Segfault with image filter example (#235)
- A bug? (#237)
- segfault with static sizes and related issues (#238)
- avx gives incorrect results comparing to the code without it (#239)
- Scope problem with
log10
(#249) - Hangs with
div
in indices? (#250) - Bug in scalar reduction? (#251)
- Failure with reduction to scalar over three arrays with triple-repeated index (#252)
- Float32 constructor with Int64 argument? (#253)
Merged pull requests:
- Update matrix_multiplication.md (#236) (@el-oso)
- add another assumption of at-avx to the README.md (#240) (@ranocha)
- add Trixi to users of LoopVectorization (#247) (@ranocha)
- update docstrings to not point to Threads.at-threads anymore (#248) (@ranocha)
- Indexing changes and more precompiles (#254) (@chriselrod)