1#include <clc/clc.h>
2
3// Map the llvm intrinsic to an OpenCL function.
4#define __CLC_FUNCTION __clc_round
5#define __CLC_INTRINSIC "llvm.round"
6#include "math/unary_intrin.inc"
7
8#undef __CLC_FUNCTION
9#define __CLC_FUNCTION round
10#include "unary_builtin.inc"
11