2012-05-29 08:42:38 +08:00
|
|
|
#include <clc/clc.h>
|
|
|
|
|
2012-05-29 21:35:54 +08:00
|
|
|
#ifdef cl_khr_fp64
|
|
|
|
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
|
|
|
#endif
|
|
|
|
|
2013-07-09 01:27:02 +08:00
|
|
|
#define __CLC_BODY <mad.inc>
|
2012-05-29 08:42:38 +08:00
|
|
|
#include <clc/math/gentype.inc>
|