@@ -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 ")]
830830pub 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 ")]
846846pub 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 ")]
862862pub 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 ")]
878878pub 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 ")]
894894pub 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 ")]
910910pub fn vaminq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
911911 unsafe extern "unadjusted" {
912912 #[cfg_attr(
0 commit comments