2 #include
"../clcmacro.h"
4 // Map the llvm intrinsic to an OpenCL function.
5 #define __CLC_FUNCTION __clc_ceil
6 #define __CLC_INTRINSIC
"llvm.ceil"
7 #include
"math/unary_intrin.inc"
10 #define __CLC_FUNCTION ceil
11 #include
"unary_builtin.inc"