Function core::arch::wasm::i32x4_relaxed_trunc_f64x2_zero
source · pub fn i32x4_relaxed_trunc_f64x2_zero(a: v128) -> v128
🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on
target_family="wasm"
and target feature relaxed-simd
only.Expand description
i32x4_trunc_sat_f64x2_zero(a)
的宽松版本将 a
的 f64
lanes 转换为带符号的 32 位整数,并且高两个 lanes 为零。
不适合 32 位整数或为 NaN 的值可能具有与 i32x4_trunc_sat_f32x4
相同的结果或可能返回 i32::MIN
。