[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libclc / generic / lib / math / half_unary.inc
blobaac668a6f0059ad26e22076cacfe0495dd741f63
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 val) {
6   return __CLC_FUNC(val);
9 #undef __CLC_HALF_FUNC