summaryrefslogtreecommitdiff
path: root/src/literal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/literal.h')
-rw-r--r--src/literal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h
index 4ad81268e..0438e0686 100644
--- a/src/literal.h
+++ b/src/literal.h
@@ -572,6 +572,8 @@ public:
Literal minUI32x4(const Literal& other) const;
Literal maxSI32x4(const Literal& other) const;
Literal maxUI32x4(const Literal& other) const;
+ Literal dotSI8x16toI16x8(const Literal& other) const;
+ Literal dotUI8x16toI16x8(const Literal& other) const;
Literal dotSI16x8toI32x4(const Literal& other) const;
Literal extMulLowSI32x4(const Literal& other) const;
Literal extMulHighSI32x4(const Literal& other) const;