xref: /llvm-project/libclc/generic/lib/math/native_sin.cl (revision 1f34c851e0af55eecc84ac833bb624f5ab1b3077)
1#include <clc/clc.h>
2
3#define __CLC_NATIVE_INTRINSIC sin
4
5#define __CLC_BODY <native_unary_intrinsic.inc>
6#define __FLOAT_ONLY
7#include <clc/math/gentype.inc>
8