Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
.
/
libclc
/
generic
/
lib
/
math
/
native_log10.cl
blob: 9741daa153948e8be3dc41ef80e11b559d7dec29 [
file
] [
log
] [
blame
]
#
include
<
clc
/
clc
.
h
>
#
define
__CLC_FUNCTION __clc_native_log10
#
define
__CLC_INTRINSIC
"llvm.log10"
#
undef cl_khr_fp64
#
include
<
clc
/
math
/
unary_intrin
.
inc
>
#
define
__CLC_BODY
<
native_log10
.
inc
>
#
define
__FLOAT_ONLY
#
include
<
clc
/
math
/
gentype
.
inc
>