pub trait VroundpdEmitter<T0, T1, T2> {
// Required method
fn vroundpd(&mut self, dst: T0, src: T1, imm: T2);
}Expand description
Emits VROUNDPD.
Assembly forms: vroundpd xy, xy/mxy, imm8.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".