Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

AVX

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(/* private fields */);