[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libclc / generic / include / math / clc_sqrt.h
blob90a7c575c9bad9987f982f86ba20593355a52a36
1 #include <clc/clcfunc.h>
2 #include <clc/clctypes.h>
4 #define __CLC_FUNCTION __clc_sqrt
5 #define __CLC_BODY <clc/math/unary_decl.inc>
6 #include <clc/math/gentype.inc>
7 #undef __CLC_BODY
8 #undef __CLC_FUNCTION