pub trait Vp2intersectqEmitter<T0, T1, T2, T3> {
// Required method
fn vp2intersectq(&mut self, dst: T0, dst2: T1, src1: T2, src2: T3);
}Expand description
Emits VP2INTERSECTQ.
Assembly forms: vp2intersectq k, k+1, xyz, xyz/mxyz/b64.
Required Methods§
fn vp2intersectq(&mut self, dst: T0, dst2: T1, src1: T2, src2: T3)
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".