Enum cranelift_codegen::isa::x64::args::Avx512Opcode
source · pub enum Avx512Opcode {
Vcvtudq2ps,
Vpabsq,
Vpermi2b,
Vpmullq,
Vpopcntb,
}
Variants§
Trait Implementations§
source§impl Clone for Avx512Opcode
impl Clone for Avx512Opcode
source§fn clone(&self) -> Avx512Opcode
fn clone(&self) -> Avx512Opcode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more