Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e2a0f050d8ae9e7985d0a7a4ed05a56340b2c9d6
/
.
/
libclc
/
generic
/
lib
/
math
/
exp.cl
blob: dbf4a930b01d76e94f036415d84e3c05e1904f19 [
file
] [
log
] [
blame
]
Jeroen Ketema
e2a0f050
2014-06-13 12:33:40 +0000
[
diff
] [
blame^
]
1
#
include
<
clc
/
clc
.
h
>
2
3
#
ifdef cl_khr_fp64
4
#
pragma OPENCL EXTENSION cl_khr_fp64
:
enable
5
#
endif
6
7
#
define
__CLC_BODY
<
exp
.
inc
>
8
#
include
<
clc
/
math
/
gentype
.
inc
>