Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
libclc
/
clc
/
lib
/
generic
/
math
/
clc_floor.cl
blob: 98345c768f2271744779c3f84d4eb55a56c37f2d [
file
] [
log
] [
blame
]
#
include
<
clc
/
internal
/
clc
.
h
>
#
undef __CLC_FUNCTION
#
define
__CLC_FUNCTION __clc_floor
#
define
__CLC_BUILTIN __builtin_elementwise_floor
#
include
<
clc
/
math
/
unary_builtin
.
inc
>