3 #include
"../clcmacro.h"
5 _CLC_OVERLOAD _CLC_DEF float rsqrt
(float x
)
10 _CLC_UNARY_VECTORIZE
(_CLC_OVERLOAD _CLC_DEF
, float
, rsqrt
, float
);
14 #pragma OPENCL EXTENSION cl_khr_fp64
: enable
16 _CLC_OVERLOAD _CLC_DEF double rsqrt
(double x
)
21 _CLC_UNARY_VECTORIZE
(_CLC_OVERLOAD _CLC_DEF
, double
, rsqrt
, double
);