This repository was archived by the owner on Dec 22, 2021. It is now read-only.
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -579,17 +579,17 @@ rule token = parse
579
579
{ BINARY i32x4_dot_i16x8_s }
580
580
581
581
| " i16x8.extmul_low_i8x16_" (sign as s)
582
- { BINARY (ext s i16x8_extmul_low_i8x16_s i16x8_extmul_low_i8x16_u) }
582
+ { BINARY (ext s i16x8_extmul_low_i8x16_s i16x8_extmul_low_i8x16_u) }
583
583
| " i16x8.extmul_high_i8x16_" (sign as s)
584
- { BINARY (ext s i16x8_extmul_high_i8x16_s i16x8_extmul_high_i8x16_u) }
584
+ { BINARY (ext s i16x8_extmul_high_i8x16_s i16x8_extmul_high_i8x16_u) }
585
585
| " i32x4.extmul_low_i16x8_" (sign as s)
586
- { BINARY (ext s i32x4_extmul_low_i16x8_s i32x4_extmul_low_i16x8_u) }
586
+ { BINARY (ext s i32x4_extmul_low_i16x8_s i32x4_extmul_low_i16x8_u) }
587
587
| " i32x4.extmul_high_i16x8_" (sign as s)
588
- { BINARY (ext s i32x4_extmul_high_i16x8_s i32x4_extmul_high_i16x8_u) }
588
+ { BINARY (ext s i32x4_extmul_high_i16x8_s i32x4_extmul_high_i16x8_u) }
589
589
| " i64x2.extmul_low_i32x4_" (sign as s)
590
- { BINARY (ext s i64x2_extmul_low_i32x4_s i64x2_extmul_low_i32x4_u) }
590
+ { BINARY (ext s i64x2_extmul_low_i32x4_s i64x2_extmul_low_i32x4_u) }
591
591
| " i64x2.extmul_high_i32x4_" (sign as s)
592
- { BINARY (ext s i64x2_extmul_high_i32x4_s i64x2_extmul_high_i32x4_u) }
592
+ { BINARY (ext s i64x2_extmul_high_i32x4_s i64x2_extmul_high_i32x4_u) }
593
593
594
594
| (simd_shape as s) { SIMD_SHAPE (simd_shape s) }
595
595
You can’t perform that action at this time.
0 commit comments