Files
clang-p2996/libclc/generic/include/clc/math/log10.h
Jan Vesely 51702e6e75 Implement log10
v2: Use constant and multiplication instead of division
v3: Use hex constants

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 227585
2015-01-30 18:00:34 +00:00

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