bolt/deps/llvm-18.1.8/libclc/generic/lib/math/half_divide.cl
2025-02-14 19:21:04 +01:00

9 lines
179 B
Common Lisp

#include <clc/clc.h>
#define divide(x,y) (x/y)
#define __CLC_FUNC divide
#define __CLC_BODY <half_binary.inc>
#define __FLOAT_ONLY
#include <clc/math/gentype.inc>
#undef divide