xref: /llvm-project/libclc/generic/include/clc/math/native_recip.h (revision 1b9825f98264fa4c30add82164db327578dcbdf4)
1*1b9825f9SJan Vesely #define __CLC_BODY <clc/math/unary_decl.inc>
2*1b9825f9SJan Vesely #define __CLC_FUNCTION native_recip
3*1b9825f9SJan Vesely #define __FLOAT_ONLY
4*1b9825f9SJan Vesely 
5*1b9825f9SJan Vesely #include <clc/math/gentype.inc>
6*1b9825f9SJan Vesely 
7*1b9825f9SJan Vesely #undef __FLOAT_ONLY
8*1b9825f9SJan Vesely #undef __CLC_BODY
9*1b9825f9SJan Vesely #undef __CLC_FUNCTION
10