Skip to content

Commit 4cca911

Browse files
committed
changed the cross-project intrinsic test
1 parent a8c36a8 commit 4cca911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cross-project-tests/intrinsic-header-tests/wasm_simd128.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,13 +1511,13 @@ v128_t test_f16x8_convert_u16x8(v128_t a) {
15111511
}
15121512

15131513
// CHECK-LABEL: test_f16x8_relaxed_madd:
1514-
// CHECK: f16x8.relaxed_madd{{$}}
1514+
// CHECK: f16x8.madd{{$}}
15151515
v128_t test_f16x8_relaxed_madd(v128_t a, v128_t b, v128_t c) {
15161516
return wasm_f16x8_relaxed_madd(a, b, c);
15171517
}
15181518

15191519
// CHECK-LABEL: test_f16x8_relaxed_nmadd:
1520-
// CHECK: f16x8.relaxed_nmadd{{$}}
1520+
// CHECK: f16x8.nmadd{{$}}
15211521
v128_t test_f16x8_relaxed_nmadd(v128_t a, v128_t b, v128_t c) {
15221522
return wasm_f16x8_relaxed_nmadd(a, b, c);
15231523
}

0 commit comments

Comments
 (0)