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