Jeroen Ketema | 09516fa | 2014-06-18 19:42:23 +0000 | [diff] [blame] | 1 | #include <clc/clc.h> |
Jeroen Ketema | 526fe2d | 2014-06-24 09:36:32 +0000 | [diff] [blame] | 2 | #include "../clcmacro.h" |
Jeroen Ketema | 09516fa | 2014-06-18 19:42:23 +0000 | [diff] [blame] | 3 | |
4 | _CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, float, pown, float, int) | ||||
5 | |||||
6 | #ifdef cl_khr_fp64 | ||||
7 | #pragma OPENCL EXTENSION cl_khr_fp64 : enable | ||||
8 | |||||
9 | _CLC_BINARY_VECTORIZE(_CLC_OVERLOAD _CLC_DEF, double, pown, double, int) | ||||
10 | #endif |