Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/mirror-goog-main-rust-toolchain-source
/
.
/
libclc
/
generic
/
lib
/
relational
/
binary_def.inc
blob: e1ee9de7f84c2f1a285196e902ccb7b9fedd58cb [
file
] [
log
] [
blame
] [
edit
]
#include
<clc/utils.h>
#define
__CLC_FUNCTION
(
x
)
__CLC_CONCAT
(
__clc_
,
x
)
_CLC_OVERLOAD _CLC_DEF __CLC_INTN FUNCTION
(
__CLC_FLOATN a
,
__CLC_FLOATN b
)
{
return
__CLC_FUNCTION
(
FUNCTION
)(
a
,
b
);
}