summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/fabs.cl
blob: 0a7037088b2e7f670f7a8c7f0010cd6dfe16fc43 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <clc/clc.h>
#include "../clcmacro.h"

// Map the llvm intrinsic to an OpenCL function.
#define __CLC_FUNCTION __clc_fabs
#define __CLC_INTRINSIC "llvm.fabs"
#include "math/unary_intrin.inc"

#undef __CLC_FUNCTION
#define __CLC_FUNCTION fabs
#include "unary_builtin.inc"
OpenPOWER on IntegriCloud