1#include <clc/clc.h>
2
3#include "math.h"
4
5#ifdef cl_khr_fp64
6#pragma OPENCL EXTENSION cl_khr_fp64 : enable
7#endif
8
9#define __CLC_BODY <fdim.inc>
10#include <clc/math/gentype.inc>
11