Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
libclc
/
generic
/
lib
/
math
/
half_divide.cl
blob: ee9c895a988e149edeaa8bf022c2b667a8075690 [
file
] [
log
] [
blame
] [
edit
]
#
include
<
clc
/
clc
.
h
>
#
define
divide
(
x
,
y
)
(
x
/
y
)
#
define
__CLC_FUNC divide
#
define
__CLC_BODY
<
half_binary
.
inc
>
#
define
__FLOAT_ONLY
#
include
<
clc
/
math
/
gentype
.
inc
>
#
undef divide