@@ -827,7 +827,7 @@ pub fn vaddvq_u64(a: uint64x2_t) -> u64 {
827
827
#[doc = " * Neon instrinsic unsafe"]
828
828
#[inline]
829
829
#[target_feature(enable = "neon,faminmax")]
830
- #[cfg_attr(test, assert_instr(famax ))]
830
+ #[cfg_attr(test, assert_instr(nop ))]
831
831
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
832
832
pub unsafe fn vamax_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
833
833
unsafe extern "unadjusted" {
@@ -845,7 +845,7 @@ pub unsafe fn vamax_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
845
845
#[doc = " * Neon instrinsic unsafe"]
846
846
#[inline]
847
847
#[target_feature(enable = "neon,faminmax")]
848
- #[cfg_attr(test, assert_instr(famax ))]
848
+ #[cfg_attr(test, assert_instr(nop ))]
849
849
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
850
850
pub unsafe fn vamaxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
851
851
unsafe extern "unadjusted" {
@@ -863,7 +863,7 @@ pub unsafe fn vamaxq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
863
863
#[doc = " * Neon instrinsic unsafe"]
864
864
#[inline]
865
865
#[target_feature(enable = "neon,faminmax")]
866
- #[cfg_attr(test, assert_instr(famax ))]
866
+ #[cfg_attr(test, assert_instr(nop ))]
867
867
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
868
868
pub unsafe fn vamaxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
869
869
unsafe extern "unadjusted" {
@@ -881,7 +881,7 @@ pub unsafe fn vamaxq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
881
881
#[doc = " * Neon instrinsic unsafe"]
882
882
#[inline]
883
883
#[target_feature(enable = "neon,faminmax")]
884
- #[cfg_attr(test, assert_instr(famin ))]
884
+ #[cfg_attr(test, assert_instr(nop ))]
885
885
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
886
886
pub unsafe fn vamin_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
887
887
unsafe extern "unadjusted" {
@@ -899,7 +899,7 @@ pub unsafe fn vamin_f32(a: float32x2_t, b: float32x2_t) -> float32x2_t {
899
899
#[doc = " * Neon instrinsic unsafe"]
900
900
#[inline]
901
901
#[target_feature(enable = "neon,faminmax")]
902
- #[cfg_attr(test, assert_instr(famin ))]
902
+ #[cfg_attr(test, assert_instr(nop ))]
903
903
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
904
904
pub unsafe fn vaminq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
905
905
unsafe extern "unadjusted" {
@@ -917,7 +917,7 @@ pub unsafe fn vaminq_f32(a: float32x4_t, b: float32x4_t) -> float32x4_t {
917
917
#[doc = " * Neon instrinsic unsafe"]
918
918
#[inline]
919
919
#[target_feature(enable = "neon,faminmax")]
920
- #[cfg_attr(test, assert_instr(famin ))]
920
+ #[cfg_attr(test, assert_instr(nop ))]
921
921
#[stable(feature = "neon_intrinsics", since = "1.59.0")]
922
922
pub unsafe fn vaminq_f64(a: float64x2_t, b: float64x2_t) -> float64x2_t {
923
923
unsafe extern "unadjusted" {
0 commit comments