Files
clang-p2996/libclc/generic/include/clc/math/sin.h
Tom Stellard 903a78b7c6 Implement sin builtin for float types
This double version still uses @llvm.sin.

llvm-svn: 213762
2014-07-23 15:16:21 +00:00

4 lines
88 B
C

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