Files
clang-p2996/libclc/generic/include/clc/math/sinpi.h
Jan Vesely e3802356e2 sinpi: 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: 317256
2017-11-02 19:48:53 +00:00

8 lines
148 B
C

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