blob: 31f718de15d2dc2177e20b5d22a75e9551f3488d (
plain)
1
2
3
4
5
6
7
8
9
|
#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
|