pub fn u32x4_relaxed_trunc_f64x2_zero(a: v128) -> v128
🔬This is a nightly-only experimental API. (stdarch_wasm_relaxed_simd #111196)
Available on target_family="wasm" and target feature relaxed-simd and WebAssembly only.
Expand description

A relaxed version of u32x4_trunc_sat_f64x2_zero(a) converts the f64 lanes of a to unsigned 32-bit integers and the upper two lanes are zero.

Values which don’t fit in 32-bit unsigned integers or are NaN may have the same result as u32x4_trunc_sat_f32x4 or may return u32::MAX.