pub struct Vfma64x2 {
pub dst: VReg,
pub a: VReg,
pub b: VReg,
pub c: VReg,
}
Expand description
dst = ieee_fma(a, b, c)
Fields§
§dst: VReg
§a: VReg
§b: VReg
§c: VReg
Implementations§
Trait Implementations§
Source§impl From<Vfma64x2> for ExtendedOp
impl From<Vfma64x2> for ExtendedOp
impl Copy for Vfma64x2
impl Eq for Vfma64x2
impl StructuralPartialEq for Vfma64x2
Auto Trait Implementations§
impl Freeze for Vfma64x2
impl RefUnwindSafe for Vfma64x2
impl Send for Vfma64x2
impl Sync for Vfma64x2
impl Unpin for Vfma64x2
impl UnwindSafe for Vfma64x2
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more