Skip to main content

VmaxpdEmitter

Trait VmaxpdEmitter 

Source
pub trait VmaxpdEmitter<T0, T1, T2> {
    // Required method
    fn vmaxpd(&mut self, dst: T0, src1: T1, src2: T2);
}
Expand description

Emits VMAXPD.

Assembly forms: vmaxpd xy, xy, xy/mxy, vmaxpd xyz, xyz, xyz/mxyz/b64.

Required Methods§

Source

fn vmaxpd(&mut self, dst: T0, src1: T1, src2: T2)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§