Function vfma32x4

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

dst = ieee_fma(a, b, c)