llvm-project/libclc/generic/include/clc/math/log10.h

10 lines
162 B
C

#undef log10
#define __CLC_BODY <clc/math/unary_decl.inc>
#define __CLC_FUNCTION log10
#include <clc/math/gentype.inc>
#undef __CLC_BODY
#undef __CLC_FUNCTION