Function vi32x4_from_f32x4_s

Source
pub fn vi32x4_from_f32x4_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

Float-to-int conversion (same as x32_from_f32_s