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 a8c36a8 commit 4cca911Copy full SHA for 4cca911
cross-project-tests/intrinsic-header-tests/wasm_simd128.c
@@ -1511,13 +1511,13 @@ v128_t test_f16x8_convert_u16x8(v128_t a) {
1511
}
1512
1513
// CHECK-LABEL: test_f16x8_relaxed_madd:
1514
-// CHECK: f16x8.relaxed_madd{{$}}
+// CHECK: f16x8.madd{{$}}
1515
v128_t test_f16x8_relaxed_madd(v128_t a, v128_t b, v128_t c) {
1516
return wasm_f16x8_relaxed_madd(a, b, c);
1517
1518
1519
// CHECK-LABEL: test_f16x8_relaxed_nmadd:
1520
-// CHECK: f16x8.relaxed_nmadd{{$}}
+// CHECK: f16x8.nmadd{{$}}
1521
v128_t test_f16x8_relaxed_nmadd(v128_t a, v128_t b, v128_t c) {
1522
return wasm_f16x8_relaxed_nmadd(a, b, c);
1523
0 commit comments