[IPSCCP][FuncSpec] Protect against metadata access from call args. (#124284)
[llvm-project.git] / libclc / clc / lib / generic / math / clc_rint.cl
blob28ad321a7b4f6d8711cf97f32e9734e1378e77fa
1 #include <clc/internal/clc.h>
3 #undef __CLC_FUNCTION
4 #define __CLC_FUNCTION __clc_rint
5 #define __CLC_BUILTIN __builtin_elementwise_rint
6 #include <clc/math/unary_builtin.inc>