Skip to content

Commit 4066a85

Browse files
author
The rustc-josh-sync Cronjob Bot
committed
Merge ref 'eda4fc7733ee' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: rust-lang/rust@eda4fc7 Filtered ref: 3f3adc6 Upstream diff: rust-lang/rust@1396514...eda4fc7 This merge was created using https://github.com/rust-lang/josh-sync.
2 parents 98f93f4 + 3f3adc6 commit 4066a85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub fn __crc32d(crc: u32, data: u64) -> u32 {
4949
#[inline(always)]
5050
#[target_feature(enable = "jsconv")]
5151
#[cfg_attr(test, assert_instr(fjcvtzs))]
52-
#[stable(feature = "stdarch_aarch64_jscvt", since = "CURRENT_RUSTC_VERSION")]
52+
#[stable(feature = "stdarch_aarch64_jscvt", since = "1.95.0")]
5353
pub fn __jcvt(a: f64) -> i32 {
5454
unsafe extern "unadjusted" {
5555
#[cfg_attr(

crates/stdarch-gen-arm/spec/neon/aarch64.spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ neon-unstable-feat-lut: &neon-unstable-feat-lut
6464
FnCall: [unstable, ['feature = "stdarch_neon_feat_lut"', 'issue = "138050"']]
6565

6666
aarch64-stable-jscvt: &aarch64-stable-jscvt
67-
FnCall: [stable, ['feature = "stdarch_aarch64_jscvt"', 'since = "CURRENT_RUSTC_VERSION"']]
67+
FnCall: [stable, ['feature = "stdarch_aarch64_jscvt"', 'since = "1.95.0"']]
6868

6969
# #[unstable(feature = "stdarch_neon_feat_lrcpc3", issue = "none")]
7070
neon-unstable-feat-lrcpc3: &neon-unstable-feat-lrcpc3

0 commit comments

Comments
 (0)