mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-08 10:17:20 +00:00
Those intrinsics have the correct semantics for the desired fcvtz instruction, without any undefined behaviour. The previous simd_cast was undefined for infinite and NaN which could cause issues.