Skip to content

Commit bf72b03

Browse files
committed
Add tracking issue for MIPS intrinsics
1 parent d285ad5 commit bf72b03

File tree

3 files changed

+595
-56
lines changed

3 files changed

+595
-56
lines changed

crates/core_arch/src/mips/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#[cfg(target_feature = "fp64")]
66
mod msa;
77
#[cfg(target_feature = "fp64")]
8+
#[unstable(feature = "stdarch_mips", issue = "111198")]
89
pub use self::msa::*;
910

1011
#[cfg(test)]
@@ -13,6 +14,7 @@ use stdarch_test::assert_instr;
1314
/// Generates the trap instruction `BREAK`
1415
#[cfg_attr(test, assert_instr(break))]
1516
#[inline]
17+
#[unstable(feature = "stdarch_mips", issue = "111198")]
1618
pub unsafe fn break_() -> ! {
1719
crate::intrinsics::abort()
1820
}

0 commit comments

Comments
 (0)