pub trait VsqrtphEmitter<T0, T1> {
// Required method
fn vsqrtph(&mut self, dst: T0, src: T1);
}Expand description
Emits VSQRTPH.
Assembly forms: vsqrtph xyz, xyz/mxyz/b16.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".