//! Generic SIMD intrinsic functions.
// SIMD intrinsics that the Rust compiler supports directly.
//
// We use these over the LLVM intrinsics whenever possible, since the Rust
// compiler frontend understands them better and can probably optimize them a
// bit.
pub use *;
/// Elementwise maximum between two vectors.
pub unsafe
/// Elementwise minimum between two vectors.
pub unsafe
/// Indices for [`simd_shuffle`] for slicing into a vector.
pub const
where : Sized