Searched defs:Avx2Machine (Results 1 – 1 of 1) sorted by relevance
70 pub struct Avx2Machine<NI>(PhantomData<NI>); struct71 impl<NI: Copy> Machine for Avx2Machine<NI> implementation