xref: /llvm-project/libclc/generic/lib/math/native_log10.cl (revision adc1eaedf85c8761f00f83fdd4c77717dc1b8927)
1#include <clc/clc.h>
2
3#define __CLC_NATIVE_INTRINSIC log10
4
5#define __CLC_BODY <native_unary_intrinsic.inc>
6#define __FLOAT_ONLY
7#include <clc/math/gentype.inc>
8