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

9 lines
158 B
Common Lisp

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