summaryrefslogtreecommitdiff
path: root/src/ir/cost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ir/cost.h')
-rw-r--r--src/ir/cost.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ir/cost.h b/src/ir/cost.h
index f541a4506..99b945815 100644
--- a/src/ir/cost.h
+++ b/src/ir/cost.h
@@ -582,10 +582,10 @@ struct CostAnalyzer : public OverriddenVisitor<CostAnalyzer, CostType> {
case LaneselectI16x8:
case LaneselectI32x4:
case LaneselectI64x2:
- case RelaxedFmaVecF32x4:
- case RelaxedFmsVecF32x4:
- case RelaxedFmaVecF64x2:
- case RelaxedFmsVecF64x2:
+ case RelaxedMaddVecF32x4:
+ case RelaxedNmaddVecF32x4:
+ case RelaxedMaddVecF64x2:
+ case RelaxedNmaddVecF64x2:
case DotI8x16I7x16AddSToVecI32x4:
ret = 1;
break;