[analyzer][NFC] Factor out SymbolManager::get<*> (#121781)
[llvm-project.git] / libclc / generic / lib / math / native_log10.cl
blobd69b7b608c3a17d90f1622b089f6b95b76f6edd2
1 #include <clc/clc.h>
3 #define __CLC_NATIVE_INTRINSIC log10
5 #define __CLC_BODY <native_unary_intrinsic.inc>
6 #define __FLOAT_ONLY
7 #include <clc/math/gentype.inc>