Function core::arch::wasm32::u32x4_trunc_sat_f64x2_zero 1.54.0[−][src]
pub fn u32x4_trunc_sat_f64x2_zero(a: v128) -> v128
This is supported on WebAssembly and target feature
simd128
only.Expand description
使用 IEEE convertToIntegerTowardZero
函数将两个双精度浮点通道饱和转换为两个较低的整数通道。
结果的两个较高通道被初始化为零。如果任何输入通道是 NaN,则结果通道为 0。 如果通道的舍入整数值超出目标类型的范围,则结果饱和为最接近的可表示整数值。