Files
clang-p2996/libclc/generic/include/clc/math/floor.h
Jan Vesely fd199f0139 floor: Remove llvm isntrinsic from the header.
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 356015
2019-03-13 07:06:03 +00:00

8 lines
148 B
C

#define __CLC_BODY <clc/math/unary_decl.inc>
#define __CLC_FUNCTION floor
#include <clc/math/gentype.inc>
#undef __CLC_BODY
#undef __CLC_FUNCTION