Files
clang-p2996/libclc/generic/include/clc/math/expm1.h
Aaron Watry 900bd7eb7f math: Add expm1 builtin function
Ported from the amd-builtins branch.

Signed-off-by: Aaron Watry <awatry@gmail.com>
Reviewed-by: Matt Arsenault <Matthew.Arsenault@amd.com>
CC: Tom Stellard <thomas.stellard@amd.com>
llvm-svn: 292334
2017-01-18 03:13:37 +00:00

10 lines
160 B
C

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