Trait CodeAsmVcvtps2phxy

Source
pub trait CodeAsmVcvtps2phxy<T, U> {
    // Required method
    fn vcvtps2phxy(&mut self, op0: T, op1: U) -> Result<(), IcedError>;
}

Required Methods§

Source

fn vcvtps2phxy(&mut self, op0: T, op1: U) -> Result<(), IcedError>

Implementors§