1 #include <clc/clcfunc.h> 2 #include <clc/clctypes.h> 3 4 #define __CLC_FUNCTION __clc_sqrt 5 #define __CLC_BODY <clc/math/unary_decl.inc> 6 #include <clc/math/gentype.inc> 7 #undef __CLC_BODY 8 #undef __CLC_FUNCTION 9
1 #include <clc/clcfunc.h> 2 #include <clc/clctypes.h> 3 4 #define __CLC_FUNCTION __clc_sqrt 5 #define __CLC_BODY <clc/math/unary_decl.inc> 6 #include <clc/math/gentype.inc> 7 #undef __CLC_BODY 8 #undef __CLC_FUNCTION 9