summaryrefslogtreecommitdiff
path: root/src/literal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/literal.h')
-rw-r--r--src/literal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/literal.h b/src/literal.h
index a4017f6ec..1268448fb 100644
--- a/src/literal.h
+++ b/src/literal.h
@@ -347,6 +347,8 @@ public:
bool operator!=(const Literal& other) const;
bool isNaN();
+ bool isCanonicalNaN();
+ bool isArithmeticNaN();
static uint32_t NaNPayload(float f);
static uint64_t NaNPayload(double f);