[analyzer][NFC] Factor out SymbolManager::get<*> (#121781)
[llvm-project.git] / libclc / generic / lib / math / floor.cl
blob0854fa7efc45801e5d2d7202b150b9d75f38fde2
1 #include <clc/clc.h>
2 #include <clc/clcmacro.h>
3 #include <clc/math/clc_floor.h>
5 #undef __CLC_FUNCTION
6 #define __CLC_FUNCTION floor
7 #include <clc/math/unary_builtin.inc>