blob: 1c4457c82144bf4e06f71a614cfe71f5e180385b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <clc/clc.h>
#define __CLC_BODY <max.inc>
#include <clc/integer/gentype.inc>
#ifdef cl_khr_fp64
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
#endif
#define __CLC_BODY <max.inc>
#include <clc/math/gentype.inc>
|