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