@@ -11899,7 +11899,7 @@ pub unsafe fn vsha512su1q_u64(a: uint64x2_t, b: uint64x2_t, c: uint64x2_t) -> ui
11899
11899
/// Floating-point round to 32-bit integer, using current rounding mode
11900
11900
#[inline]
11901
11901
#[target_feature(enable = "neon,frintts")]
11902
- #[cfg_attr(test, assert_instr(frint32x ))]
11902
+ #[cfg_attr(test, assert_instr(nop ))]
11903
11903
pub unsafe fn vrnd32x_f32(a: float32x2_t) -> float32x2_t {
11904
11904
#[allow(improper_ctypes)]
11905
11905
extern "unadjusted" {
@@ -11912,7 +11912,7 @@ pub unsafe fn vrnd32x_f32(a: float32x2_t) -> float32x2_t {
11912
11912
/// Floating-point round to 32-bit integer, using current rounding mode
11913
11913
#[inline]
11914
11914
#[target_feature(enable = "neon,frintts")]
11915
- #[cfg_attr(test, assert_instr(frint32x ))]
11915
+ #[cfg_attr(test, assert_instr(nop ))]
11916
11916
pub unsafe fn vrnd32xq_f32(a: float32x4_t) -> float32x4_t {
11917
11917
#[allow(improper_ctypes)]
11918
11918
extern "unadjusted" {
@@ -11925,7 +11925,7 @@ pub unsafe fn vrnd32xq_f32(a: float32x4_t) -> float32x4_t {
11925
11925
/// Floating-point round to 32-bit integer toward zero
11926
11926
#[inline]
11927
11927
#[target_feature(enable = "neon,frintts")]
11928
- #[cfg_attr(test, assert_instr(frint32z ))]
11928
+ #[cfg_attr(test, assert_instr(nop ))]
11929
11929
pub unsafe fn vrnd32z_f32(a: float32x2_t) -> float32x2_t {
11930
11930
#[allow(improper_ctypes)]
11931
11931
extern "unadjusted" {
@@ -11938,7 +11938,7 @@ pub unsafe fn vrnd32z_f32(a: float32x2_t) -> float32x2_t {
11938
11938
/// Floating-point round to 32-bit integer toward zero
11939
11939
#[inline]
11940
11940
#[target_feature(enable = "neon,frintts")]
11941
- #[cfg_attr(test, assert_instr(frint32z ))]
11941
+ #[cfg_attr(test, assert_instr(nop ))]
11942
11942
pub unsafe fn vrnd32zq_f32(a: float32x4_t) -> float32x4_t {
11943
11943
#[allow(improper_ctypes)]
11944
11944
extern "unadjusted" {
@@ -11951,7 +11951,7 @@ pub unsafe fn vrnd32zq_f32(a: float32x4_t) -> float32x4_t {
11951
11951
/// Floating-point round to 64-bit integer, using current rounding mode
11952
11952
#[inline]
11953
11953
#[target_feature(enable = "neon,frintts")]
11954
- #[cfg_attr(test, assert_instr(frint64x ))]
11954
+ #[cfg_attr(test, assert_instr(nop ))]
11955
11955
pub unsafe fn vrnd64x_f32(a: float32x2_t) -> float32x2_t {
11956
11956
#[allow(improper_ctypes)]
11957
11957
extern "unadjusted" {
@@ -11964,7 +11964,7 @@ pub unsafe fn vrnd64x_f32(a: float32x2_t) -> float32x2_t {
11964
11964
/// Floating-point round to 64-bit integer, using current rounding mode
11965
11965
#[inline]
11966
11966
#[target_feature(enable = "neon,frintts")]
11967
- #[cfg_attr(test, assert_instr(frint64x ))]
11967
+ #[cfg_attr(test, assert_instr(nop ))]
11968
11968
pub unsafe fn vrnd64xq_f32(a: float32x4_t) -> float32x4_t {
11969
11969
#[allow(improper_ctypes)]
11970
11970
extern "unadjusted" {
@@ -11977,7 +11977,7 @@ pub unsafe fn vrnd64xq_f32(a: float32x4_t) -> float32x4_t {
11977
11977
/// Floating-point round to 64-bit integer toward zero
11978
11978
#[inline]
11979
11979
#[target_feature(enable = "neon,frintts")]
11980
- #[cfg_attr(test, assert_instr(frint64z ))]
11980
+ #[cfg_attr(test, assert_instr(nop ))]
11981
11981
pub unsafe fn vrnd64z_f32(a: float32x2_t) -> float32x2_t {
11982
11982
#[allow(improper_ctypes)]
11983
11983
extern "unadjusted" {
@@ -11990,7 +11990,7 @@ pub unsafe fn vrnd64z_f32(a: float32x2_t) -> float32x2_t {
11990
11990
/// Floating-point round to 64-bit integer toward zero
11991
11991
#[inline]
11992
11992
#[target_feature(enable = "neon,frintts")]
11993
- #[cfg_attr(test, assert_instr(frint64z ))]
11993
+ #[cfg_attr(test, assert_instr(nop ))]
11994
11994
pub unsafe fn vrnd64zq_f32(a: float32x4_t) -> float32x4_t {
11995
11995
#[allow(improper_ctypes)]
11996
11996
extern "unadjusted" {
0 commit comments