1#include <clc/clc.h>
2
3#ifdef cl_khr_fp64
4#pragma OPENCL EXTENSION cl_khr_fp64 : enable
5#endif
6
7#define FUNCTION __clc_fmax
8#define FUNCTION_IMPL(x, y) ((x) < (y) ? (y) : (x))
9
10#define __CLC_BODY <binary_impl.inc>
11#include <clc/math/gentype.inc>
12