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 98bb1aa7b..19db6a1d6 100644 --- a/src/literal.h +++ b/src/literal.h @@ -398,6 +398,7 @@ public: Literal widenHighSToVecI32x4() const; Literal widenLowUToVecI32x4() const; Literal widenHighUToVecI32x4() const; + Literal swizzleVec8x16(const Literal& other) const; private: Literal addSatSI8(const Literal& other) const; |