Skip to content

Commit 87f9a69

Browse files
committed
Mark vxarq_u64 as stable
1 parent 631eb00 commit 87f9a69

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/aarch64/neon

1 file changed

+1
-1
lines changed

crates/core_arch/src/aarch64/neon/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3488,7 +3488,7 @@ pub unsafe fn vsm3tt2bq_u32<const IMM2: i32>(
34883488
#[target_feature(enable = "neon,sha3")]
34893489
#[cfg_attr(test, assert_instr(xar, IMM6 = 0))]
34903490
#[rustc_legacy_const_generics(2)]
3491-
#[unstable(feature = "stdarch_neon_sha3", issue = "117225")]
3491+
#[stable(feature = "stdarch_neon_sha3", since = "CURRENT_RUSTC_VERSION")]
34923492
pub unsafe fn vxarq_u64<const IMM6: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t {
34933493
static_assert_uimm_bits!(IMM6, 6);
34943494
#[allow(improper_ctypes)]

0 commit comments

Comments
 (0)