Function core::arch::wasm32::v128_load64_lane[][src]

pub unsafe fn v128_load64_lane<const L: usize>(v: v128, m: *const u64) -> v128
🔬 This is a nightly-only experimental API. (wasm_simd #74372)
This is supported on WebAssembly and target feature simd128 only.

Loads a 64-bit value from m and sets lane L of v to that value.