xref: /llvm-project/libclc/generic/lib/math/tan.cl (revision 03937bdec33db12afe8ce7ee862fade2f2ed4f04)
1#include <clc/clc.h>
2
3#include <math/clc_tan.h>
4
5#define __CLC_FUNC tan
6#define __CLC_BODY <clc_sw_unary.inc>
7#include <clc/math/gentype.inc>
8