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 1dd013c4c..965ec157c 100644 --- a/src/literal.h +++ b/src/literal.h @@ -570,6 +570,7 @@ public: Literal extMulHighUI32x4(const Literal& other) const; Literal absI64x2() const; Literal negI64x2() const; + Literal bitmaskI64x2() const; Literal allTrueI64x2() const; Literal shlI64x2(const Literal& other) const; Literal shrSI64x2(const Literal& other) const; |