pulley_interpreter::encode

Function vf32x4_from_i32x4_s

Source
pub fn vf32x4_from_i32x4_s<E>(
    into: &mut E,
    dst: impl Into<VReg>,
    src: impl Into<VReg>,
)
where E: Extend<u8>,
Available on crate feature encode only.
Expand description

Int-to-float conversion (same as f32_from_x32_s)