We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378e4ed commit 7a54353Copy full SHA for 7a54353
libclc/clc/lib/generic/math/clc_nan.inc
@@ -7,7 +7,7 @@
7
//===----------------------------------------------------------------------===//
8
9
#if __CLC_FPSIZE == 64
10
-#define NAN_MASK 0x7ff0000000000000ul
+#define NAN_MASK 0x7ff8000000000000ul
11
#elif __CLC_FPSIZE == 32
12
#define NAN_MASK 0x7fc00000
13
#elif __CLC_FPSIZE == 16
0 commit comments