[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libclc / generic / lib / math / pow.cl
blob5629d2e928e1cb0db797e377b5a2b1db772936ac
1 #include <clc/clc.h>
3 #include <math/clc_pow.h>
5 #define __CLC_FUNC pow
6 #define __CLC_BODY <clc_sw_binary.inc>
7 #include <clc/math/gentype.inc>