Sign in
llvm
/
llvm-project
/
41a94de75caacb979070ec7a010dfe3c4e9f116f
/
.
/
libclc
/
clc
/
lib
/
generic
/
math
/
clc_rint.cl
blob: 28ad321a7b4f6d8711cf97f32e9734e1378e77fa [
file
] [
log
] [
blame
]
#
include
<
clc
/
internal
/
clc
.
h
>
#
undef __CLC_FUNCTION
#
define
__CLC_FUNCTION __clc_rint
#
define
__CLC_BUILTIN __builtin_elementwise_rint
#
include
<
clc
/
math
/
unary_builtin
.
inc
>