summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/exp.cl
blob: dbf4a930b01d76e94f036415d84e3c05e1904f19 (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 <exp.inc>
#include <clc/math/gentype.inc>
OpenPOWER on IntegriCloud