Files
clang-p2996/libclc/generic/lib/math/ceil.cl
2024-11-04 22:00:01 +00:00

8 lines
158 B
Common Lisp

#include <clc/clc.h>
#include <clc/clcmacro.h>
#include <clc/math/clc_ceil.h>
#undef __CLC_FUNCTION
#define __CLC_FUNCTION ceil
#include "unary_builtin.inc"