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