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
[analyzer][NFC] Factor out SymbolManager::get<*> (#121781)
[llvm-project.git]
/
libclc
/
generic
/
lib
/
math
/
half_binary.inc
blob
2dc48e512e09781152002b6902dcc119824c07d1
1
#include <clc/utils.h>
2
3
#define __CLC_HALF_FUNC(x) __CLC_CONCAT(half_, x)
4
5
_CLC_OVERLOAD _CLC_DEF __CLC_GENTYPE __CLC_HALF_FUNC(__CLC_FUNC)(__CLC_GENTYPE x, __CLC_GENTYPE y) {
6
return __CLC_FUNC(x, y);
7
}
8
9
#undef __CLC_HALF_FUNC