diff options
Diffstat (limited to 'src/literal.h')
-rw-r--r-- | src/literal.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h index df9a16d9a..7bedab5b4 100644 --- a/src/literal.h +++ b/src/literal.h @@ -618,6 +618,9 @@ public: Literal extMulHighSI64x2(const Literal& other) const; Literal extMulLowUI64x2(const Literal& other) const; Literal extMulHighUI64x2(const Literal& other) const; + Literal absF16x8() const; + Literal negF16x8() const; + Literal sqrtF16x8() const; Literal addF16x8(const Literal& other) const; Literal subF16x8(const Literal& other) const; Literal mulF16x8(const Literal& other) const; @@ -626,6 +629,10 @@ public: Literal maxF16x8(const Literal& other) const; Literal pminF16x8(const Literal& other) const; Literal pmaxF16x8(const Literal& other) const; + Literal ceilF16x8() const; + Literal floorF16x8() const; + Literal truncF16x8() const; + Literal nearestF16x8() const; Literal absF32x4() const; Literal negF32x4() const; Literal sqrtF32x4() const; |