summaryrefslogtreecommitdiff
path: root/generic/lib/math/fmax.cl
blob: 6f22f3501077be739581c4bc7f3fa5d8750a67d5 (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 <fmax.inc>
#include <clc/math/gentype.inc>