Function core::arch::wasm32::f32x4_const [−][src]
pub const unsafe fn f32x4_const(a0: f32, a1: f32, a2: f32, a3: f32) -> v128
This is supported on WebAssembly and target feature
simd128
only.Materializes a constant SIMD value from the immediate operands.
This function generates a v128.const
instruction as if the generated
vector was interpreted as four 32-bit floats.