diff options
Diffstat (limited to 'src/passes/Print.cpp')
-rw-r--r-- | src/passes/Print.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/passes/Print.cpp b/src/passes/Print.cpp index 024b6af5c..46d519e9e 100644 --- a/src/passes/Print.cpp +++ b/src/passes/Print.cpp @@ -770,6 +770,12 @@ struct PrintExpressionContents case LaneselectI64x2: o << "i64x2.laneselect"; break; + case RelaxedMaddVecF16x8: + o << "f16x8.relaxed_madd"; + break; + case RelaxedNmaddVecF16x8: + o << "f16x8.relaxed_nmadd"; + break; case RelaxedMaddVecF32x4: o << "f32x4.relaxed_madd"; break; |