Tom Stellard ec87fb0b0c libclc: Add max() builtin function
Adds this function for both int and floating data types.

Patch by: Aaron Watry

llvm-svn: 184992
2013-06-26 18:20:46 +00:00

3 lines
64 B
C

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