xref: /llvm-project/libclc/generic/lib/math/half_rsqrt.cl (revision a95db144610e601a72a443fbc88607f87ea0f900)
1#include <clc/clc.h>
2
3#define __CLC_FUNC rsqrt
4#define __CLC_BODY <half_unary.inc>
5#define __FLOAT_ONLY
6#include <clc/math/gentype.inc>
7