Skip to content

Release v2.2.1

Compare
Choose a tag to compare
@jdemel jdemel released this 24 Feb 22:06
· 223 commits to master since this release

Hi everyone,

with VOLK 2.2.0, we introduced another AVX rotator bug which is fixed with this release.
In the process 2 more bugs were identified and fixed. Further, we saw some documentation improvements.

Contributors

Changes

  • Fix loop bound in AVX rotator
  • Fix out-of-bounds read in AVX2 square dist kernel
  • Fix length checks in AVX2 index max kernels
  • includes: rearrange attributes to simplify macros Whitespace
  • kernels: fix usage in header comments