half_recip.cl 177 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 #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