Skip to content

Commit a78ca34

Browse files
committed
Fix typo
1 parent 601db52 commit a78ca34

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/arm/neon

1 file changed

+1
-1
lines changed

crates/core_arch/src/arm/neon/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ pub unsafe fn vget_lane_u8(v: uint8x8_t, imm5: i32) -> u8 {
12351235
#[inline]
12361236
#[target_feature(enable = "neon")]
12371237
#[cfg_attr(target_arch = "arm", target_feature(enable = "v7"))]
1238-
#[cfg_attr(all(test, target_arch = "arm"), assert_instr(""vdup.8""))]
1238+
#[cfg_attr(all(test, target_arch = "arm"), assert_instr("vdup.8"))]
12391239
#[cfg_attr(all(test, target_arch = "aarch64"), assert_instr(dup))]
12401240
pub unsafe fn vdupq_n_s8(value: i8) -> int8x16_t {
12411241
int8x16_t(

0 commit comments

Comments
 (0)