summaryrefslogtreecommitdiff
path: root/generic/lib/math/max.cl
blob: d1254a7be5a92fa9e24cf01182098df99e1e4b37 (plain)
1
2
3
4
5
6
7
8
#include <clc/clc.h>

#ifdef cl_khr_fp64
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
#endif

#define BODY <max.inc>
#include <clc/math/gentype.inc>