1//! `s390x` intrinsics 2 3pub(crate) mod macros; 4 5mod vector; 6#[unstable(feature = "stdarch_s390x", issue = "130869")] 7pub use self::vector::*;