Files
clang-p2996/libclc/generic/include/clc/math/lgamma.h
Jan Vesely 4e062cb74e lgamma: Use unary_decl instead of custom inc file
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
Reviewed-By: Aaron Watry <awatry@gmail.com>
llvm-svn: 317246
2017-11-02 19:48:35 +00:00

8 lines
149 B
C

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