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