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(/* private fields */);main (development) branch of crypto-glue.