Function core::arch::wasm32::u64x2_replace_lane

1.54.0 · source ·
pub fn u64x2_replace_lane<const N: usize>(a: v128, val: u64) -> v128
Available on target_family="wasm" and target feature simd128 and WebAssembly only.
Expand description

从解释为 2 个包装的 u64 数字的 128 位 vector 替换一个 lane。

a 替换在即时模式操作数 N 中指定的 lane 的标量值。 如果 N 越界,则是编译时错误。