// Copyright 2024 the Fearless_SIMD Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! Access to intrinsics on `x86` and `x86_64`.
pub use Avx;
pub use Avx2;
pub use Fma;
pub use Sse;
pub use Sse2;
pub use Sse3;
pub use Sse4_1;
pub use Sse4_2;
pub use Ssse3;