repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LangRef] Fix code segment and numbering issue in the 'call' instruction section...
[llvm-project.git]
/
libclc
/
clc
/
lib
/
generic
/
math
/
clc_ceil.cl
blob
c712e5fd024d903f220f97ffce3fae6942315011
1
#
include
<
clc
/
internal
/
clc.h
>
2
3
#
undef __CLC_FUNCTION
4
#
define __CLC_FUNCTION __clc_ceil
5
#
define __CLC_BUILTIN __builtin_elementwise_ceil
6
#
include
<
clc
/
math
/
unary_builtin.inc
>