diff options
Diffstat (limited to 'libclc/generic/lib/math/powr.cl')
-rw-r--r-- | libclc/generic/lib/math/powr.cl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libclc/generic/lib/math/powr.cl b/libclc/generic/lib/math/powr.cl new file mode 100644 index 00000000000..e17e7caf8ef --- /dev/null +++ b/libclc/generic/lib/math/powr.cl @@ -0,0 +1,7 @@ +#include <clc/clc.h> + +#include <math/clc_powr.h> + +#define __CLC_FUNC powr +#define __CLC_BODY <clc_sw_binary.inc> +#include <clc/math/gentype.inc> |