Function core::arch::wasm64::i32x4_trunc_sat_f64x2_zero
1.54.0 · source · pub fn i32x4_trunc_sat_f64x2_zero(a: v128) -> v128
Available on
target_family="wasm"
and target feature simd128
and WebAssembly only.Expand description
Saturating conversion of the two double-precision floating point lanes to
two lower integer lanes using the IEEE convertToIntegerTowardZero
function.
The two higher lanes of the result are initialized to zero. If any input lane is a NaN, the resulting lane is 0. If the rounded integer value of a lane is outside the range of the destination type, the result is saturated to the nearest representable integer value.