Files
clang-p2996/libclc/generic/include/clc/math/ceil.h
Jan Vesely 54eb4d3a6d ceil: Remove llvm intrinsic from the header.
Reviewer: Aaron Watry
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 356013
2019-03-13 07:05:58 +00:00

8 lines
147 B
C

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