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 4f300291e..8ead70fc7 100644 --- a/src/literal.h +++ b/src/literal.h @@ -488,6 +488,7 @@ public: Literal maxSI8x16(const Literal& other) const; Literal maxUI8x16(const Literal& other) const; Literal avgrUI8x16(const Literal& other) const; + Literal popcntI8x16() const; Literal absI16x8() const; Literal negI16x8() const; Literal anyTrueI16x8() const; |