Type Alias AVX

Source
pub type AVX = SseMachine<YesS3, YesS4, NoNI>;
Expand description

AVX but not AVX2: only 128-bit integer operations, but use VEX versions of everything to avoid expensive SSE/VEX conflicts.

Aliased Type§

pub struct AVX(PhantomData<(YesS3, YesS4, NoNI)>);

Tuple Fields§

§0: PhantomData<(YesS3, YesS4, NoNI)>