Sign in
llvm
/
libclc
/
refs/heads/release_38
/
.
/
generic
/
lib
/
math
/
frexp.cl
blob: acd5d93b0b2314dd0542484968197e06c26b15d1 [
file
] [
log
] [
blame
] [
edit
]
#
include
<
clc
/
clc
.
h
>
#
include
"math.h"
#
ifdef cl_khr_fp64
#
pragma OPENCL EXTENSION cl_khr_fp64
:
enable
#
endif
#
define
__CLC_BODY
<
frexp
.
inc
>
#
include
<
clc
/
math
/
gentype
.
inc
>