[−][src]Function core::arch::wasm32::f32x4_replace_lane
pub unsafe fn f32x4_replace_lane(a: v128, imm: usize, val: f32) -> v128
This is supported on WebAssembly only.
Replaces a lane from a 128-bit vector interpreted as 4 packed f32 numbers.
Replaces the scalar value of lane specified in the immediate mode operand
imm
with a
.
Unsafety
This function has undefined behavior if imm
is greater than or equal to
4.