diff options
Diffstat (limited to 'libclc/generic/include/math/clc_exp10.h')
-rw-r--r-- | libclc/generic/include/math/clc_exp10.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libclc/generic/include/math/clc_exp10.h b/libclc/generic/include/math/clc_exp10.h new file mode 100644 index 00000000000..30061b63010 --- /dev/null +++ b/libclc/generic/include/math/clc_exp10.h @@ -0,0 +1,4 @@ +#define __CLC_FUNCTION __clc_exp10 +#define __CLC_BODY <clc/math/unary_decl.inc> +#include <clc/math/gentype.inc> +#undef __CLC_FUNCTION |