Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2ae1be726a9a1586eb96b981d30b51b5f6299164
/
.
/
libclc
/
amdgpu
/
lib
/
math
/
half_recip.cl
blob: f1e0e4cda032b16ccd9b975ffc95a5efc60d2b4c [
file
] [
log
] [
blame
]
Jan Vesely
b424954
2018-02-13 22:09:46 +0000
[
diff
] [
blame
]
1
#
include
<
clc
/
clc
.
h
>
2
3
#
define
__CLC_FUNC recip
4
#
define
__FLOAT_ONLY
5
#
define
__CLC_BODY
<
half_native_unary
.
inc
>
6
#
include
<
clc
/
math
/
gentype
.
inc
>