bolt/deps/llvm-18.1.8/libclc/generic/lib/math/half_recip.cl

11 lines
177 B
Common Lisp
Raw Normal View History

2025-02-14 19:21:04 +01:00
#include <clc/clc.h>
#define recip(x) (1.0f/x)
#define __CLC_FUNC recip
#define __CLC_BODY <half_unary.inc>
#define __FLOAT_ONLY
#include <clc/math/gentype.inc>
#undef recip