[clang-tidy][use-internal-linkage] fix false positive for consteval function (#122141)
[llvm-project.git] / libclc / generic / lib / math / ceil.cl
blob8df864a06314d82fcd6ddd6f6219ec261e774e76
1 #include <clc/clc.h>
2 #include <clc/clcmacro.h>
3 #include <clc/math/clc_ceil.h>
5 #undef __CLC_FUNCTION
6 #define __CLC_FUNCTION ceil
7 #include <clc/math/unary_builtin.inc>