From 42df5d2a8f2801b0f6b0e9a489fc5b32189364c3 Mon Sep 17 00:00:00 2001 From: Jeroen Ketema Date: Wed, 25 Jun 2014 10:06:35 +0000 Subject: Add exp10 Reviewed-by: Tom Stellard llvm-svn: 211680 --- libclc/generic/include/clc/math/exp10.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libclc/generic/include/clc/math/exp10.h (limited to 'libclc/generic/include/clc/math/exp10.h') diff --git a/libclc/generic/include/clc/math/exp10.h b/libclc/generic/include/clc/math/exp10.h new file mode 100644 index 00000000000..a1d426a20ab --- /dev/null +++ b/libclc/generic/include/clc/math/exp10.h @@ -0,0 +1,9 @@ +#undef exp10 + +#define __CLC_BODY +#define __CLC_FUNCTION exp10 + +#include + +#undef __CLC_BODY +#undef __CLC_FUNCTION -- cgit v1.2.3