Eduardo Sánchez Muñoz 45f28923ce Fix UB in _mm_movemask_ps, _mm_movemask_pd, _mm256_movemask_ps and _mm256_movemask_pd
The `simd_bitmask` intrinsic requires each element to be all-1 or all-0, while the x86 functions only check for the highest bit.
2023-10-12 08:37:29 +02:00
..
2023-10-10 14:47:43 +01:00
2023-10-10 14:47:43 +01:00
2023-10-11 18:11:51 +02:00
2023-10-10 14:47:43 +01:00
2023-10-10 14:47:43 +01:00