File tree 5 files changed +5
-0
lines changed
5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
//! Run-time feature detection on ARM Aarch32.
2
2
3
+ /// Checks if `arm` feature is enabled.
3
4
#[ macro_export]
4
5
#[ unstable( feature = "stdsimd" , issue = "27731" ) ]
5
6
#[ allow_internal_unstable]
Original file line number Diff line number Diff line change 1
1
//! Run-time feature detection on MIPS.
2
2
3
+ /// Checks if `mips` feature is enabled.
3
4
#[ macro_export]
4
5
#[ unstable( feature = "stdsimd" , issue = "27731" ) ]
5
6
#[ allow_internal_unstable]
Original file line number Diff line number Diff line change 1
1
//! Run-time feature detection on MIPS64.
2
2
3
+ /// Checks if `mips64` feature is enabled.
3
4
#[ macro_export]
4
5
#[ unstable( feature = "stdsimd" , issue = "27731" ) ]
5
6
#[ allow_internal_unstable]
Original file line number Diff line number Diff line change 1
1
//! Run-time feature detection on PowerPC.
2
2
3
+ /// Checks if `powerpc` feature is enabled.
3
4
#[ macro_export]
4
5
#[ unstable( feature = "stdsimd" , issue = "27731" ) ]
5
6
#[ allow_internal_unstable]
Original file line number Diff line number Diff line change 1
1
//! Run-time feature detection on PowerPC64.
2
2
3
+ /// Checks if `powerpc64` feature is enabled.
3
4
#[ macro_export]
4
5
#[ unstable( feature = "stdsimd" , issue = "27731" ) ]
5
6
#[ allow_internal_unstable]
You can’t perform that action at this time.
0 commit comments