Sign in
llvm
/
llvm-project
/
311dd55c9eb9342b1c889f6db7728f15b05378bb
/
.
/
libclc
/
generic
/
lib
/
math
/
half_recip.cl
blob: c0b5c00c5e330928ee3648076f2c84d677869d94 [
file
] [
log
] [
blame
]
#
include
<
clc
/
clc
.
h
>
#
define
recip
(
x
)
(
1.0
f
/
x
)
#
define
__CLC_FUNC recip
#
define
__CLC_BODY
<
half_unary
.
inc
>
#
define
__FLOAT_ONLY
#
include
<
clc
/
math
/
gentype
.
inc
>
#
undef recip