Fix _mm256_bsrli_epi128 producing invalid lower lane when IMM8 = 15

This commit is contained in:
Jayesskay 2024-06-25 21:55:29 +02:00 committed by Amanieu d'Antras
parent 4d4fca0ac5
commit 8e3abdc290

View file

@ -2977,7 +2977,7 @@ pub unsafe fn _mm256_bsrli_epi128<const IMM8: i32>(a: __m256i) -> __m256i {
a,
zero,
[
14, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 31, 32, 32, 32, 32,
15, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 31, 32, 32, 32, 32,
32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32,
],
),