summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/tan.cl
blob: a447999ea8b968f88ed1ad59ba7e8ae5aa4ec06d (plain)
1
2
3
4
5
6
7
8
#include <clc/clc.h>

#ifdef cl_khr_fp64
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
#endif

#define __CLC_BODY <tan.inc>
#include <clc/math/gentype.inc>
OpenPOWER on IntegriCloud