diff options
Diffstat (limited to 'src/ir')
-rw-r--r-- | src/ir/cost.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ir/cost.h b/src/ir/cost.h index 8092d4ba2..f890e8910 100644 --- a/src/ir/cost.h +++ b/src/ir/cost.h @@ -669,6 +669,9 @@ struct CostAnalyzer : public Visitor<CostAnalyzer, Index> { case SubVecI64x2: ret = 1; break; + case MulVecI64x2: + ret = 1; + break; case AddVecF32x4: ret = 1; break; |