Revert "[GVN] MemorySSA for GVN: add optional `AllowMemorySSA`"
[llvm-project.git] / libclc / generic / include / clc / math / nan.h
blob090749307f9ee7778e134c3dcd8139663de903a4
1 #define __CLC_CONCAT(x, y) x ## y
2 #define __CLC_XCONCAT(x, y) __CLC_CONCAT(x, y)
4 #define __CLC_BODY <clc/math/nan.inc>
5 #include <clc/math/gentype.inc>
7 #undef __CLC_XCONCAT
8 #undef __CLC_CONCAT