xref: /llvm-project/libclc/generic/include/clc/math/half_log10.h (revision b3b72af4b9e9144df9caadc4a7594962de020e30)
1*b3b72af4SJan Vesely #define __CLC_BODY <clc/math/unary_decl.inc>
2*b3b72af4SJan Vesely #define __CLC_FUNCTION half_log10
3*b3b72af4SJan Vesely #define __FLOAT_ONLY
4*b3b72af4SJan Vesely 
5*b3b72af4SJan Vesely #include <clc/math/gentype.inc>
6*b3b72af4SJan Vesely 
7*b3b72af4SJan Vesely #undef __FLOAT_ONLY
8*b3b72af4SJan Vesely #undef __CLC_BODY
9*b3b72af4SJan Vesely #undef __CLC_FUNCTION
10