//! The Streaming SIMD Extensions.
//!
//! This generation of SIMD instructions operate on 16-byte (128-bit) vectors.
//! Intrinsics are implemented as methods on [`Use`]; see its documentation.
use *;
pub use SSE2;
pub use SSSE3;
pub use SSE4_1;
/// The SSE feature set group.
;
/// Support for the SSE generation of SIMD instructions.