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

7 lines
132 B
C

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