@@ -2528,7 +2528,7 @@ pub unsafe fn vdupq_lane_f32<const N: i32>(a: float32x2_t) -> float32x4_t {
2528
2528
#[inline]
2529
2529
#[target_feature(enable = "neon")]
2530
2530
#[cfg_attr(target_arch = "arm", target_feature(enable = "v7"))]
2531
- #[cfg_attr(all(test, target_arch = "arm"), assert_instr(vmov , N = 0))]
2531
+ #[cfg_attr(all(test, target_arch = "arm"), assert_instr(str , N = 0))]
2532
2532
#[cfg_attr(all(test, target_arch = "aarch64"), assert_instr(str, N = 0))]
2533
2533
#[rustc_legacy_const_generics(1)]
2534
2534
pub unsafe fn vdup_lane_s64<const N: i32>(a: int64x1_t) -> int64x1_t {
@@ -2540,7 +2540,7 @@ pub unsafe fn vdup_lane_s64<const N: i32>(a: int64x1_t) -> int64x1_t {
2540
2540
#[inline]
2541
2541
#[target_feature(enable = "neon")]
2542
2542
#[cfg_attr(target_arch = "arm", target_feature(enable = "v7"))]
2543
- #[cfg_attr(all(test, target_arch = "arm"), assert_instr(vmov , N = 0))]
2543
+ #[cfg_attr(all(test, target_arch = "arm"), assert_instr(str , N = 0))]
2544
2544
#[cfg_attr(all(test, target_arch = "aarch64"), assert_instr(str, N = 0))]
2545
2545
#[rustc_legacy_const_generics(1)]
2546
2546
pub unsafe fn vdup_lane_u64<const N: i32>(a: uint64x1_t) -> uint64x1_t {
0 commit comments