@@ -826,7 +826,7 @@ pub fn vaddvq_u64(a: uint64x2_t) -> u64 {
826
826
#[inline]
827
827
#[target_feature(enable = "neon,faminmax")]
828
828
#[cfg_attr(test, assert_instr(nop))]
829
- #[stable (feature = "neon_intrinsics ", since = "1.59.0 ")]
829
+ #[unstable (feature = "faminmax ", issue = "137933 ")]
830
830
pub fn vamax_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
831
831
unsafe extern "unadjusted" {
832
832
#[cfg_attr(
@@ -842,7 +842,7 @@ pub fn vamax_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
842
842
#[inline]
843
843
#[target_feature(enable = "neon,faminmax")]
844
844
#[cfg_attr(test, assert_instr(nop))]
845
- #[stable (feature = "neon_intrinsics ", since = "1.59.0 ")]
845
+ #[unstable (feature = "faminmax ", issue = "137933 ")]
846
846
pub fn vamaxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
847
847
unsafe extern "unadjusted" {
848
848
#[cfg_attr(
@@ -858,7 +858,7 @@ pub fn vamaxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
858
858
#[inline]
859
859
#[target_feature(enable = "neon,faminmax")]
860
860
#[cfg_attr(test, assert_instr(nop))]
861
- #[stable (feature = "neon_intrinsics ", since = "1.59.0 ")]
861
+ #[unstable (feature = "faminmax ", issue = "137933 ")]
862
862
pub fn vamaxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
863
863
unsafe extern "unadjusted" {
864
864
#[cfg_attr(
@@ -874,7 +874,7 @@ pub fn vamaxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
874
874
#[inline]
875
875
#[target_feature(enable = "neon,faminmax")]
876
876
#[cfg_attr(test, assert_instr(nop))]
877
- #[stable (feature = "neon_intrinsics ", since = "1.59.0 ")]
877
+ #[unstable (feature = "faminmax ", issue = "137933 ")]
878
878
pub fn vamin_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
879
879
unsafe extern "unadjusted" {
880
880
#[cfg_attr(
@@ -890,7 +890,7 @@ pub fn vamin_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
890
890
#[inline]
891
891
#[target_feature(enable = "neon,faminmax")]
892
892
#[cfg_attr(test, assert_instr(nop))]
893
- #[stable (feature = "neon_intrinsics ", since = "1.59.0 ")]
893
+ #[unstable (feature = "faminmax ", issue = "137933 ")]
894
894
pub fn vaminq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
895
895
unsafe extern "unadjusted" {
896
896
#[cfg_attr(
@@ -906,7 +906,7 @@ pub fn vaminq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
906
906
#[inline]
907
907
#[target_feature(enable = "neon,faminmax")]
908
908
#[cfg_attr(test, assert_instr(nop))]
909
- #[stable (feature = "neon_intrinsics ", since = "1.59.0 ")]
909
+ #[unstable (feature = "faminmax ", issue = "137933 ")]
910
910
pub fn vaminq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
911
911
unsafe extern "unadjusted" {
912
912
#[cfg_attr(
0 commit comments