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