Files
clang-p2996/libclc/generic/include/clc/math/sin.h
Jan Vesely a3febe3fa9 sin: 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: 317254
2017-11-02 19:48:50 +00:00

8 lines
146 B
C

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