llvm-project/libclc/generic/include/clc/math/sqrt.h

7 lines
144 B
C

#undef sqrt
#define sqrt __clc_sqrt
#define __CLC_FUNCTION __clc_sqrt
#define __CLC_INTRINSIC "llvm.sqrt"
#include <clc/math/unary_intrin.inc>