Skip to content

Commit f3be311

Browse files
JamesbarfordAmanieu
authored andcommitted
add unstable for faminmax
1 parent 959b168 commit f3be311

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: crates/core_arch/src/aarch64/neon/generated.rs

+6-6
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ pub fn vaddvq_u64(a: uint64x2_t) -> u64 {
826826
#[inline]
827827
#[target_feature(enable = "neon,faminmax")]
828828
#[cfg_attr(test, assert_instr(nop))]
829-
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
829+
#[unstable(feature = "faminmax", issue = "137933")]
830830
pub fn vamax_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
831831
unsafe extern "unadjusted" {
832832
#[cfg_attr(
@@ -842,7 +842,7 @@ pub fn vamax_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
842842
#[inline]
843843
#[target_feature(enable = "neon,faminmax")]
844844
#[cfg_attr(test, assert_instr(nop))]
845-
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
845+
#[unstable(feature = "faminmax", issue = "137933")]
846846
pub fn vamaxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
847847
unsafe extern "unadjusted" {
848848
#[cfg_attr(
@@ -858,7 +858,7 @@ pub fn vamaxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
858858
#[inline]
859859
#[target_feature(enable = "neon,faminmax")]
860860
#[cfg_attr(test, assert_instr(nop))]
861-
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
861+
#[unstable(feature = "faminmax", issue = "137933")]
862862
pub fn vamaxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
863863
unsafe extern "unadjusted" {
864864
#[cfg_attr(
@@ -874,7 +874,7 @@ pub fn vamaxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
874874
#[inline]
875875
#[target_feature(enable = "neon,faminmax")]
876876
#[cfg_attr(test, assert_instr(nop))]
877-
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
877+
#[unstable(feature = "faminmax", issue = "137933")]
878878
pub fn vamin_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
879879
unsafe extern "unadjusted" {
880880
#[cfg_attr(
@@ -890,7 +890,7 @@ pub fn vamin_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
890890
#[inline]
891891
#[target_feature(enable = "neon,faminmax")]
892892
#[cfg_attr(test, assert_instr(nop))]
893-
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
893+
#[unstable(feature = "faminmax", issue = "137933")]
894894
pub fn vaminq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
895895
unsafe extern "unadjusted" {
896896
#[cfg_attr(
@@ -906,7 +906,7 @@ pub fn vaminq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
906906
#[inline]
907907
#[target_feature(enable = "neon,faminmax")]
908908
#[cfg_attr(test, assert_instr(nop))]
909-
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
909+
#[unstable(feature = "faminmax", issue = "137933")]
910910
pub fn vaminq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
911911
unsafe extern "unadjusted" {
912912
#[cfg_attr(

Diff for: crates/stdarch-gen-arm/spec/neon/aarch64.spec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13981,7 +13981,7 @@ intrinsics:
1398113981
attr:
1398213982
- FnCall: [target_feature, ['enable = "neon,faminmax"']]
1398313983
- FnCall: [cfg_attr, [test, {FnCall: [assert_instr, [nop]]}]]
13984-
- FnCall: [stable, ['feature = "neon_intrinsics"', 'since = "1.59.0"']]
13984+
- FnCall: [unstable, ['feature = "faminmax"', 'issue = "137933"']]
1398513985
safety: safe
1398613986
types:
1398713987
- float32x2_t
@@ -14001,7 +14001,7 @@ intrinsics:
1400114001
attr:
1400214002
- FnCall: [target_feature, ['enable = "neon,faminmax"']]
1400314003
- FnCall: [cfg_attr, [test, {FnCall: [assert_instr, [nop]]}]]
14004-
- FnCall: [stable, ['feature = "neon_intrinsics"', 'since = "1.59.0"']]
14004+
- FnCall: [unstable, ['feature = "faminmax"', 'issue = "137933"']]
1400514005
safety: safe
1400614006
types:
1400714007
- float32x2_t

0 commit comments

Comments
 (0)