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
[ORC] Fail materialization in tasks that are destroyed before running.
[llvm-project.git]
/
libclc
/
generic
/
lib
/
integer
/
abs.inc
blob
443d0dcb736d30b17b75f5a1d7a3264ef47c0eb9
1
_CLC_OVERLOAD _CLC_DEF __CLC_U_GENTYPE abs(__CLC_GENTYPE x) {
2
return __clc_abs(x);
3
}