Skip to content

Commit 804f09a

Browse files
committed
stabilize __jscvt
1 parent 1b8539c commit 804f09a

2 files changed

Lines changed: 4 additions & 4 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]
5050
#[target_feature(enable = "jsconv")]
5151
#[cfg_attr(test, assert_instr(fjcvtzs))]
52-
#[unstable(feature = "stdarch_aarch64_jscvt", issue = "147555")]
52+
#[stable(feature = "stdarch_aarch64_jscvt", since = "CURRENT_RUSTC_VERSION")]
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ neon-unstable-f16: &neon-unstable-f16
6363
neon-unstable-feat-lut: &neon-unstable-feat-lut
6464
FnCall: [unstable, ['feature = "stdarch_neon_feat_lut"', 'issue = "138050"']]
6565

66-
aarch64-unstable-jscvt: &aarch64-unstable-jscvt
67-
FnCall: [unstable, ['feature = "stdarch_aarch64_jscvt"', 'issue = "147555"']]
66+
aarch64-stable-jscvt: &aarch64-stable-jscvt
67+
FnCall: [stable, ['feature = "stdarch_aarch64_jscvt"', 'since = "CURRENT_RUSTC_VERSION"']]
6868

6969
# #[cfg(target_endian = "little")]
7070
little-endian: &little-endian
@@ -14275,7 +14275,7 @@ intrinsics:
1427514275
attr:
1427614276
- FnCall: [target_feature, ['enable = "jsconv"']]
1427714277
- FnCall: [cfg_attr, [test, { FnCall: [assert_instr, ["fjcvtzs"]] }]]
14278-
- *aarch64-unstable-jscvt
14278+
- *aarch64-stable-jscvt
1427914279
safety: safe
1428014280
types:
1428114281
- f64

0 commit comments

Comments
 (0)