Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b42495468250e7887b3273100299190a70fab9ce
/
.
/
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
>