Skip to content

Commit 5f79680

Browse files
committed
aarch64/arm: fix tests that matched on prefix of instruction
1 parent f115c21 commit 5f79680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/stdarch-gen-arm/spec/neon/arm_shared.spec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14171,8 +14171,8 @@ intrinsics:
1417114171
- ['vld1q_dup_u32', '*const u32', 'uint32x4_t', 'vld1.32', 'ld1r', 'vld1q_lane_u32::<0>', 'u32x4::splat(0)', '[0, 0, 0, 0]']
1417214172
- ['vld1q_dup_f32', '*const f32', 'float32x4_t', 'vld1.32', 'ld1r', 'vld1q_lane_f32::<0>', 'f32x4::splat(0.0)', '[0, 0, 0, 0]']
1417314173

14174-
- ['vld1q_dup_s64', '*const i64', 'int64x2_t', 'vldr', 'ld1', 'vld1q_lane_s64::<0>', 'i64x2::splat(0)', '[0, 0]']
14175-
- ['vld1q_dup_u64', '*const u64', 'uint64x2_t', 'vldr', 'ld1', 'vld1q_lane_u64::<0>', 'u64x2::splat(0)', '[0, 0]']
14174+
- ['vld1q_dup_s64', '*const i64', 'int64x2_t', 'vldr', 'ld1r', 'vld1q_lane_s64::<0>', 'i64x2::splat(0)', '[0, 0]']
14175+
- ['vld1q_dup_u64', '*const u64', 'uint64x2_t', 'vldr', 'ld1r', 'vld1q_lane_u64::<0>', 'u64x2::splat(0)', '[0, 0]']
1417614176
compose:
1417714177
- Let:
1417814178
- x

0 commit comments

Comments
 (0)