Function core::arch::wasm32::f64x2_extract_lane1.54.0[][src]

pub fn f64x2_extract_lane<const N: usize>(a: v128) -> f64
This is supported on WebAssembly and target feature simd128 only.
Expand description

从解释为 2 个包装的 f64 编号的 128 位 vector 中提取通道。

a 中提取在即时模式操作数 N 中指定的通道的标量值。 如果 N fs 越界,则是编译时错误。