Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clang apparently doesn't expect the immediate to the permute intrinsics to use 8 bits, otherwise it would use 'unsigned char' for the imm8 argument. Thus any value above 0x7f produces a warning. Work around the warning by redefining the _mm256_permute2x128_si256, _mm256_permute2f128_ps, and _mm256_permute2f128_si256 macros. Signed-off-by: Matthias Kretz <kretz@kde.org>
- Loading branch information