We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8671e8 commit e5f23f9Copy full SHA for e5f23f9
crates/core_arch/src/aarch64/neon/mod.rs
@@ -3506,7 +3506,7 @@ pub unsafe fn vsm3tt2bq_u32<const IMM2: i32>(
3506
#[target_feature(enable = "neon,sha3")]
3507
#[cfg_attr(test, assert_instr(xar, IMM6 = 0))]
3508
#[rustc_legacy_const_generics(2)]
3509
-#[stable(feature = "stdarch_neon_sha3", since = "1.78.0")]
+#[stable(feature = "stdarch_neon_sha3", since = "1.79.0")]
3510
pub unsafe fn vxarq_u64<const IMM6: i32>(a: uint64x2_t, b: uint64x2_t) -> uint64x2_t {
3511
static_assert_uimm_bits!(IMM6, 6);
3512
#[allow(improper_ctypes)]
0 commit comments