2 #include
"../clcmacro.h"
4 // Map the llvm intrinsic to an OpenCL function.
5 #define __CLC_FUNCTION __clc_fabs
6 #define __CLC_INTRINSIC
"llvm.fabs"
7 #include
"math/unary_intrin.inc"
10 #define __CLC_FUNCTION fabs
11 #include
"unary_builtin.inc"