xref: /llvm-project/libclc/generic/include/clc/math/nan.h (revision b672f7a2519afc54b852ebb6b5b4e51d80deea57)
1 #define __CLC_CONCAT(x, y) x ## y
2 #define __CLC_XCONCAT(x, y) __CLC_CONCAT(x, y)
3 
4 #define __CLC_BODY <clc/math/nan.inc>
5 #include <clc/math/gentype.inc>
6 
7 #undef __CLC_XCONCAT
8 #undef __CLC_CONCAT
9