diff options
Diffstat (limited to 'libclc/generic/include/clc')
-rw-r--r-- | libclc/generic/include/clc/math/pow.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libclc/generic/include/clc/math/pow.h b/libclc/generic/include/clc/math/pow.h index 320d341a683..911ef809d50 100644 --- a/libclc/generic/include/clc/math/pow.h +++ b/libclc/generic/include/clc/math/pow.h @@ -1,6 +1,5 @@ -#undef pow -#define pow __clc_pow - -#define __CLC_FUNCTION __clc_pow -#define __CLC_INTRINSIC "llvm.pow" -#include <clc/math/binary_intrin.inc> +#define __CLC_FUNCTION pow +#define __CLC_BODY <clc/math/binary_decl_tt.inc> +#include <clc/math/gentype.inc> +#undef __CLC_BODY +#undef __CLC_FUNCTION |