Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
libclc
/
generic
/
include
/
clc
/
math
/
nan.h
blob: 090749307f9ee7778e134c3dcd8139663de903a4 [
file
] [
log
] [
blame
]
#define
__CLC_CONCAT
(
x
,
y
)
x
## y
#define
__CLC_XCONCAT
(
x
,
y
)
__CLC_CONCAT
(
x
,
y
)
#define
__CLC_BODY
<
clc
/
math
/
nan
.
inc
>
#include
<
clc
/
math
/
gentype
.
inc
>
#undef
__CLC_XCONCAT
#undef
__CLC_CONCAT