Skip to content

[swr] Improvements in simdlib

  1. fix build issues with MSVC 2019 compiler

The MSVC 2019 compiler seems to have an issue with optimized code-gen when using the _mm256_and_si256() intrinsic. Only disable use of integer vpand on buggy versions MSVC 2019. Otherwise allow use of integer vpand intrinsic.

  1. Remove unused vec/matrix functionality
Edited by Jan Zielinski

Merge request reports