Type Alias ppv_lite86::x86_64::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§
struct AVX(/* private fields */);