Home
last modified time | relevance | path

Searched defs:Avx2Machine (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ppv-lite86/src/x86_64/
Dmod.rs70 pub struct Avx2Machine<NI>(PhantomData<NI>); struct
71 impl<NI: Copy> Machine for Avx2Machine<NI> implementation