xref: /llvm-project/libclc/generic/lib/math/half_tan.cl (revision 2813b4f8d9f9797f69cac72d685aabc366fcd523)
1#include <clc/clc.h>
2
3#define __CLC_FUNC tan
4#define __CLC_BODY <half_unary.inc>
5#define __FLOAT_ONLY
6#include <clc/math/gentype.inc>
7