blob: 1492fc2aa33849480bfd7cba797da9bfc1db414a (
plain)
1
2
3
4
5
6
7
8
9
|
#define __CLC_BODY <clc/math/unary_decl.inc>
#define __CLC_FUNCTION native_sin
#define __FLOAT_ONLY
#include <clc/math/gentype.inc>
#undef __FLOAT_ONLY
#undef __CLC_BODY
#undef __CLC_FUNCTION
|