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
[IPSCCP][FuncSpec] Protect against metadata access from call args. (#124284)
[llvm-project.git]
/
libclc
/
clc
/
lib
/
generic
/
math
/
clc_rint.cl
blob
28ad321a7b4f6d8711cf97f32e9734e1378e77fa
1
#
include
<
clc
/
internal
/
clc.h
>
2
3
#
undef __CLC_FUNCTION
4
#
define __CLC_FUNCTION __clc_rint
5
#
define __CLC_BUILTIN __builtin_elementwise_rint
6
#
include
<
clc
/
math
/
unary_builtin.inc
>