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