2 #include
<clc
/clcmacro.h
>
3 #include
<math
/clc_nextafter.h
>
5 _CLC_DEFINE_BINARY_BUILTIN
(float, nextafter
, __clc_nextafter
, float
, float
)
8 #pragma OPENCL EXTENSION cl_khr_fp64
: enable
9 _CLC_DEFINE_BINARY_BUILTIN
(double, nextafter
, __clc_nextafter
, double
, double
)