The default implementation is a no-op. Targets should override this with their own implementations. llvm-svn: 216127
10 lines
180 B
Common Lisp
10 lines
180 B
Common Lisp
#include <clc/clc.h>
|
|
|
|
#ifdef cl_khr_fp64
|
|
#pragma OPENCL EXTENSION cl_khr_fp64 : enable
|
|
#endif
|
|
|
|
#define __CLC_BODY <prefetch.inc>
|
|
#include <clc/async/gentype.inc>
|
|
#undef __CLC_BODY
|