blob: f3b27d4ccab7d6b5c6f6feeb9db1e44750c81c16 [file] [log] [blame]
Jeroen Ketema09516fa2014-06-18 19:42:23 +00001#include <clc/clc.h>
Jeroen Ketema526fe2d2014-06-24 09:36:32 +00002#include "../clcmacro.h"
Jeroen Ketema09516fa2014-06-18 19:42:23 +00003
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