Skip to main content

VmaxphEmitter

Trait VmaxphEmitter 

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

Emits VMAXPH.

Assembly forms: vmaxph xyz, xyz, xyz/mxyz/b16.

Required Methods§

Source

fn vmaxph(&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§