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

7 lines
144 B
C

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