xref: /llvm-project/libclc/generic/include/clc/math/native_exp2.h (revision edbde58de06efa3d5a8258dec7acbb26d9a99d86)
1*edbde58dSJan Vesely #define __CLC_BODY <clc/math/unary_decl.inc>
2*edbde58dSJan Vesely #define __CLC_FUNCTION native_exp2
3*edbde58dSJan Vesely #define __FLOAT_ONLY
4*edbde58dSJan Vesely 
5*edbde58dSJan Vesely #include <clc/math/gentype.inc>
6*edbde58dSJan Vesely 
7*edbde58dSJan Vesely #undef __FLOAT_ONLY
8*edbde58dSJan Vesely #undef __CLC_BODY
9*edbde58dSJan Vesely #undef __CLC_FUNCTION
10