summaryrefslogtreecommitdiff
path: root/generic/include/clc/math/fmax.h
blob: d26e5d6cced9834c4c2337248b6285aeb82dd0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
#undef fmax
#define fmax __clc_fmax

#define BODY <clc/math/binary_decl.inc>
#define FUNCTION __clc_fmax

#include <clc/math/gentype.inc>

#undef BODY
#undef FUNCTION