xref: /llvm-project/libclc/generic/include/clc/math/native_sin.h (revision 1f34c851e0af55eecc84ac833bb624f5ab1b3077)
1*1f34c851SJan Vesely #define __CLC_BODY <clc/math/unary_decl.inc>
2*1f34c851SJan Vesely #define __CLC_FUNCTION native_sin
3*1f34c851SJan Vesely #define __FLOAT_ONLY
4*1f34c851SJan Vesely 
5*1f34c851SJan Vesely #include <clc/math/gentype.inc>
6*1f34c851SJan Vesely 
7*1f34c851SJan Vesely #undef __FLOAT_ONLY
8*1f34c851SJan Vesely #undef __CLC_BODY
9*1f34c851SJan Vesely #undef __CLC_FUNCTION
10