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

7 lines
144 B
C

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