Function core::arch::wasm32::f32x4_demote_f64x2_zero

1.54.0 · source ·
pub fn f32x4_demote_f64x2_zero(a: v128) -> v128
Available on target_family="wasm" and target feature simd128 and WebAssembly only.
Expand description

将结果的两个双精度浮点 lanes 转换为两个较低的单精度 lanes。 结果的两个较高 lane 被初始化为零。 如果转换结果不能表示为单精度浮点数,则将其四舍五入为最接近的偶数可表示数。