[LangRef] Fix code segment and numbering issue in the 'call' instruction section...
[llvm-project.git] / libclc / clc / lib / generic / math / clc_trunc.cl
blobe62ae062e05020193e050c1ced31f3cce2a1a5f4
1 #include <clc/internal/clc.h>
3 #undef __CLC_FUNCTION
4 #define __CLC_FUNCTION __clc_trunc
5 #define __CLC_BUILTIN __builtin_elementwise_trunc
6 #include <clc/math/unary_builtin.inc>