pulley_interpreter::encode

Function vf64x2_from_i64x2_s

Source
pub fn vf64x2_from_i64x2_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 f64_from_x64_s)