Add stability attributes for re-exports of AArch64 NEON intrinsics
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#[cfg(target_endian = "little")]
|
||||
mod neon;
|
||||
#[cfg(target_endian = "little")]
|
||||
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
|
||||
pub use self::neon::*;
|
||||
|
||||
mod tme;
|
||||
@@ -21,6 +22,7 @@ pub use self::crc::*;
|
||||
mod prefetch;
|
||||
pub use self::prefetch::*;
|
||||
|
||||
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
|
||||
pub use super::arm_shared::*;
|
||||
|
||||
#[cfg(test)]
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#[rustfmt::skip]
|
||||
mod generated;
|
||||
#[rustfmt::skip]
|
||||
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
|
||||
pub use self::generated::*;
|
||||
|
||||
// FIXME: replace neon with asimd
|
||||
|
||||
Reference in New Issue
Block a user