Files
clang-p2996/libclc/generic/include/clc/math/erfc.h
Aaron Watry 2cf4d5f312 math: Implement erfc
Signed-off-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
llvm-svn: 232674
2015-03-18 21:52:07 +00:00

10 lines
160 B
C

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