We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631eb00 commit 87f9a69Copy full SHA for 87f9a69
crates/core_arch/src/aarch64/neon/mod.rs
@@ -3488,7 +3488,7 @@ pub unsafe fn vsm3tt2bq_u32<const IMM2: i32>(
3488
#[target_feature(enable = "neon,sha3")]
3489
#[cfg_attr(test, assert_instr(xar, IMM6 = 0))]
3490
#[rustc_legacy_const_generics(2)]
3491
-#[unstable(feature = "stdarch_neon_sha3", issue = "117225")]
+#[stable(feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION")]
3492
pub unsafe fn vxarq_u64<const IMM6: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t {
3493
static_assert_uimm_bits!(IMM6, 6);
3494
#[allow(improper_ctypes)]
0 commit comments