Add stability attributes for re-exports of AArch64 NEON intrinsics
This commit is contained in:
parent
b10902e788
commit
1838ada25d
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue