We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601db52 commit a78ca34Copy full SHA for a78ca34
crates/core_arch/src/arm/neon/mod.rs
@@ -1235,7 +1235,7 @@ pub unsafe fn vget_lane_u8(v: uint8x8_t, imm5: i32) -> u8 {
1235
#[inline]
1236
#[target_feature(enable = "neon")]
1237
#[cfg_attr(target_arch = "arm", target_feature(enable = "v7"))]
1238
-#[cfg_attr(all(test, target_arch = "arm"), assert_instr(""vdup.8""))]
+#[cfg_attr(all(test, target_arch = "arm"), assert_instr("vdup.8"))]
1239
#[cfg_attr(all(test, target_arch = "aarch64"), assert_instr(dup))]
1240
pub unsafe fn vdupq_n_s8(value: i8) -> int8x16_t {
1241
int8x16_t(
0 commit comments