summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/nextafter.cl
blob: 1a7f1699bdc01fb74ba07db48dc0b43c5fef34c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <clc/clc.h>

_CLC_DEFINE_BINARY_BUILTIN(float, nextafter, __builtin_nextafterf, float, float)

#ifdef cl_khr_fp64

#pragma OPENCL EXTENSION cl_khr_fp64 : enable

_CLC_DEFINE_BINARY_BUILTIN(double, nextafter, __builtin_nextafter, double, double)

#endif
OpenPOWER on IntegriCloud