Function core::arch::wasm32::f32x4_replace_lane 1.54.0[−][src]
pub fn f32x4_replace_lane<const N: usize>(a: v128, val: f32) -> v128
This is supported on WebAssembly and target feature
simd128
only.Expand description
从解释为 4 个包装的 f32 编号的 128 位 vector 替换一个通道。
从 a
替换在即时模式操作数 N
中指定的通道的标量值。
如果 N
越界,则是编译时错误。