Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
libclc
/
clc
/
lib
/
generic
/
math
/
clc_ceil.cl
blob: c712e5fd024d903f220f97ffce3fae6942315011 [
file
] [
log
] [
blame
]
#
include
<
clc
/
internal
/
clc
.
h
>
#
undef __CLC_FUNCTION
#
define
__CLC_FUNCTION __clc_ceil
#
define
__CLC_BUILTIN __builtin_elementwise_ceil
#
include
<
clc
/
math
/
unary_builtin
.
inc
>