diff options
Diffstat (limited to 'src/literal.h')
-rw-r--r-- | src/literal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h index bba2b24d8..2295a126e 100644 --- a/src/literal.h +++ b/src/literal.h @@ -417,6 +417,7 @@ public: Literal shrUI64x2(const Literal& other) const; Literal addI64x2(const Literal& other) const; Literal subI64x2(const Literal& other) const; + Literal mulI64x2(const Literal& other) const; Literal absF32x4() const; Literal negF32x4() const; Literal sqrtF32x4() const; |