summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/nextafter.cl
blob: cbe54cd4e2662a7457446c506828aab949952070 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <clc/clc.h>
#include "../clcmacro.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