[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libclc / generic / lib / math / half_log10.cl
blob8a8a5ac57b511ff7d868eaf5ef755ed8005c6551
1 #include <clc/clc.h>
3 #define __CLC_FUNC log10
4 #define __CLC_BODY <half_unary.inc>
5 #define __FLOAT_ONLY
6 #include <clc/math/gentype.inc>