hanchenye-llvm-project/libclc/generic/lib/math/mad.cl

9 lines
150 B
Common Lisp
Raw Normal View History

#include <clc/clc.h>
#ifdef cl_khr_fp64
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
#endif
#define BODY <mad.inc>
#include <clc/math/gentype.inc>