X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fmath.h;h=ecbecbf5ffb74705b288bfa7b133ae7ae384914f;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=58a884ef687bc3ec81a73e4fa447c789119ee802;hpb=f86ffe4a0bd2f45790015001bbbcbf97a9b6793e;p=libucw.git diff --git a/images/math.h b/images/math.h index 58a884ef..ecbecbf5 100644 --- a/images/math.h +++ b/images/math.h @@ -1,6 +1,11 @@ #ifndef _IMAGES_MATH_H #define _IMAGES_MATH_H +#ifdef CONFIG_UCW_CLEAN_ABI +#define fast_div_tab ucw_fast_div_tab +#define fast_sqrt_tab ucw_fast_sqrt_tab +#endif + extern const u32 fast_div_tab[]; extern const byte fast_sqrt_tab[];