Function core::arch::wasm::i32x4_relaxed_trunc_f32x4
source · pub fn i32x4_relaxed_trunc_f32x4(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_f32x4(a)
的宽松版本将 a
的 f32
lanes 转换为带符号的 32 位整数。
不适合 32 位整数或为 NaN 的值可能具有与 i32x4_trunc_sat_f32x4
相同的结果或可能返回 i32::MIN
。