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 26c120675..60eb84b08 100644 --- a/src/ir/cost.h +++ b/src/ir/cost.h @@ -648,6 +648,9 @@ struct CostAnalyzer : public Visitor<CostAnalyzer, Index> { case MaxUVecI32x4: ret = 1; break; + case DotSVecI16x8ToVecI32x4: + ret = 1; + break; case AddVecI64x2: ret = 1; break; |