Files
clang-p2996/libclc/generic/include/clc/math/cos.h
Tom Stellard c0ab2f81e3 Implement cos builtin for float types
The double version still uses @llvm.cos.

llvm-svn: 213761
2014-07-23 15:16:18 +00:00

4 lines
88 B
C

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