Files
clang-p2996/libclc/generic/include/clc/shared/max.h
Tom Stellard cb133c9322 libclc: Move max builtin to shared/
Max(x,y) is available for all integer/floating types.

Patch by: Aaron Watry

llvm-svn: 184995
2013-06-26 18:21:06 +00:00

6 lines
136 B
C

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