rust/library/stdarch/crates
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
..
assert-instr-macro Bump syn to 2.0 2023-10-10 14:47:43 +01:00
core_arch Fix UB in _mm_movemask_ps, _mm_movemask_pd, _mm256_movemask_ps and _mm256_movemask_pd 2023-10-12 08:37:29 +02:00
intrinsic-test Bump itertools to 0.11 2023-10-10 14:47:43 +01:00
simd-test-macro Support adding attributes to simd_test tests 2023-10-02 21:29:51 +01:00
std_detect Remove unneeded transmutes 2023-10-11 18:11:51 +02:00
stdarch-gen Update instruction tests for LLVM 17 2023-08-29 15:21:34 +02:00
stdarch-test Bump wasmprinter to 0.2.67 2023-10-10 14:47:43 +01:00
stdarch-verify Bump serde-xml-rs to 0.6 2023-10-10 14:47:43 +01:00