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

9 lines
159 B
Common Lisp

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