Sign in
llvm
/
llvm-project
/
7d8da04c26bffd9da4461eef181df39c46292fa3
/
.
/
libclc
/
generic
/
lib
/
math
/
half_unary.inc
blob: aac668a6f0059ad26e22076cacfe0495dd741f63 [
file
]
#include
<clc/utils.h>
#define
__CLC_HALF_FUNC
(
x
)
__CLC_CONCAT
(
half_
,
x
)
_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE __CLC_HALF_FUNC
(
__CLC_FUNC
)(
__CLC_GENTYPE val
)
{
return
__CLC_FUNC
(
val
);
}
#undef
__CLC_HALF_FUNC