summaryrefslogtreecommitdiff
path: root/generic/lib/math/hypot.cl
blob: eca042c9153583831903ea207e642fecf631a224 (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 <hypot.inc>
#include <clc/math/gentype.inc>