summaryrefslogtreecommitdiffstats
path: root/libclc/generic/lib/math/rint.cl
blob: 5d9f4b119af85e68d37a526ee212e15b8f59e3bc (plain)
1
2
3
4
5
6
7
8
9
10
#include <clc/clc.h>

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

#undef __CLC_FUNCTION
#define __CLC_FUNCTION rint
#include "unary_builtin.inc"