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