Files
clang-p2996/libclc/generic/include/clc/math/cos.h
Jan Vesely f76371d948 cos: 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: 317242
2017-11-02 19:48:27 +00:00

8 lines
146 B
C

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