Files
clang-p2996/libclc/generic/include/clc/math/native_cos.h
Jan Vesely 0750b7df51 native_cos: Switch implementation to llvm intrinsic
Reviewer: Jeroen Ketema
Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
llvm-svn: 317938
2017-11-10 22:16:33 +00:00

10 lines
194 B
C

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