//! The Advanced Vector eXtensions.
//!
//! This generation of SIMD instructions operate on 32-byte (256-bit) vectors.
//! Intrinsics are implemented as methods on [`Use`]; see its documentation.
use *;
pub use AVX;
pub use AVX2;
/// The AVX feature set group.
;
/// Support for the AVX generation of SIMD instructions.