diff options
Diffstat (limited to 'src/literal.h')
-rw-r--r-- | src/literal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/literal.h b/src/literal.h index bf8937533..5b590e07f 100644 --- a/src/literal.h +++ b/src/literal.h @@ -576,8 +576,6 @@ public: Literal extMulLowUI32x4(const Literal& other) const; Literal extMulHighUI32x4(const Literal& other) const; Literal negI64x2() const; - Literal anyTrueI64x2() const; - Literal allTrueI64x2() const; Literal shlI64x2(const Literal& other) const; Literal shrSI64x2(const Literal& other) const; Literal shrUI64x2(const Literal& other) const; |