diff options
| author | Jeroen Ketema <j.ketema@imperial.ac.uk> | 2014-06-25 10:06:35 +0000 |
|---|---|---|
| committer | Jeroen Ketema <j.ketema@imperial.ac.uk> | 2014-06-25 10:06:35 +0000 |
| commit | 42df5d2a8f2801b0f6b0e9a489fc5b32189364c3 (patch) | |
| tree | 31b66081d13fa06c253709852b473c409398756d /libclc/generic/include/clc/math/exp10.h | |
| parent | 6d9b9e125dd69e639d30cd80ef1a64726da26927 (diff) | |
| download | bcm5719-llvm-42df5d2a8f2801b0f6b0e9a489fc5b32189364c3.tar.gz bcm5719-llvm-42df5d2a8f2801b0f6b0e9a489fc5b32189364c3.zip | |
Add exp10
Reviewed-by: Tom Stellard <tom@stellard.net>
llvm-svn: 211680
Diffstat (limited to 'libclc/generic/include/clc/math/exp10.h')
| -rw-r--r-- | libclc/generic/include/clc/math/exp10.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 <clc/math/unary_decl.inc> +#define __CLC_FUNCTION exp10 + +#include <clc/math/gentype.inc> + +#undef __CLC_BODY +#undef __CLC_FUNCTION |

