diff options
-rw-r--r-- | libclc/generic/include/clc/math/native_log10.h | 8 | ||||
-rw-r--r-- | libclc/generic/include/clc/math/native_log10.inc | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/libclc/generic/include/clc/math/native_log10.h b/libclc/generic/include/clc/math/native_log10.h index b877efdfac4..3d3c14d2f77 100644 --- a/libclc/generic/include/clc/math/native_log10.h +++ b/libclc/generic/include/clc/math/native_log10.h @@ -1,5 +1,9 @@ -#define __CLC_BODY <clc/math/native_log10.inc> +#define __CLC_BODY <clc/math/unary_decl.inc> +#define __CLC_FUNCTION native_log10 #define __FLOAT_ONLY + #include <clc/math/gentype.inc> -#undef __CLC_BODY + #undef __FLOAT_ONLY +#undef __CLC_BODY +#undef __CLC_FUNCTION diff --git a/libclc/generic/include/clc/math/native_log10.inc b/libclc/generic/include/clc/math/native_log10.inc deleted file mode 100644 index ce5a9949714..00000000000 --- a/libclc/generic/include/clc/math/native_log10.inc +++ /dev/null @@ -1 +0,0 @@ -_CLC_OVERLOAD _CLC_DECL __CLC_GENTYPE native_log10(__CLC_GENTYPE a); |