Files
clang-p2996/libclc/generic/include/clc/math/exp10.h
Jeroen Ketema 42df5d2a8f Add exp10
Reviewed-by: Tom Stellard <tom@stellard.net>
llvm-svn: 211680
2014-06-25 10:06:35 +00:00

10 lines
162 B
C

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