xref: /llvm-project/libclc/generic/lib/math/exp10.cl (revision 15c388cd79b9fc431bf579fbab3ca15663585c7d)
1#include <clc/clc.h>
2#include <math/clc_exp10.h>
3
4#define __CLC_FUNC exp10
5#define __CLC_BODY <clc_sw_unary.inc>
6#include <clc/math/gentype.inc>
7