Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
.
/
libclc
/
generic
/
lib
/
math
/
fdim.cl
blob: cf25a4ad83660974049c225fff99eb6b6a9c4122 [
file
] [
log
] [
blame
]
#
include
<
clc
/
clc
.
h
>
#
include
"math.h"
#
ifdef cl_khr_fp64
#
pragma OPENCL EXTENSION cl_khr_fp64
:
enable
#
endif
#
define
__CLC_BODY
<
fdim
.
inc
>
#
include
<
clc
/
math
/
gentype
.
inc
>