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