Skip to content

Commit 46948f8

Browse files
committed
Update previously missed relaxed SIMD ops
1 parent dbe4c4e commit 46948f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -458,10 +458,10 @@ declare module binaryen {
458458
XorVec128,
459459
AndNotVec128,
460460
BitselectVec128,
461-
RelaxedFmaVecF32x4,
462-
RelaxedFmsVecF32x4,
463-
RelaxedFmaVecF64x2,
464-
RelaxedFmsVecF64x2,
461+
RelaxedMaddVecF32x4,
462+
RelaxedNmaddVecF32x4,
463+
RelaxedMaddVecF64x2,
464+
RelaxedNmaddVecF64x2,
465465
LaneselectI8x16,
466466
LaneselectI16x8,
467467
LaneselectI32x4,

0 commit comments

Comments
 (0)