Files
clang-p2996/libclc/generic/include/math/clc_sqrt.h
2024-11-04 22:00:01 +00:00

9 lines
203 B
C

#include <clc/clcfunc.h>
#include <clc/clctypes.h>
#define __CLC_FUNCTION __clc_sqrt
#define __CLC_BODY <clc/math/unary_decl.inc>
#include <clc/math/gentype.inc>
#undef __CLC_BODY
#undef __CLC_FUNCTION