xref: /llvm-project/libclc/generic/lib/math/trunc.cl (revision 06789ccb1695214f787cd471a300522973d33375)
1#include <clc/clc.h>
2#include <clc/math/clc_trunc.h>
3
4#undef __CLC_FUNCTION
5#define __CLC_FUNCTION trunc
6#include <clc/math/unary_builtin.inc>
7