From d2d3763e833c92fe783686cd10bebaba82a75baf Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 2 Aug 2003 00:44:05 +0200 Subject: * longlong.h (COUNT_LEADING_ZEROS_NEED_CLZ_TAB) [x86 fat]: Define. --- longlong.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'longlong.h') diff --git a/longlong.h b/longlong.h index 43c597249..3b11a2067 100644 --- a/longlong.h +++ b/longlong.h @@ -1681,6 +1681,11 @@ extern UWtype mpn_udiv_qrnnd_r _PROTO ((UWtype, UWtype, UWtype, UWtype *)); #define COUNT_LEADING_ZEROS_NEED_CLZ_TAB #endif +/* clz_tab needed by mpn/x86/pentium/mod_1.asm in a fat binary */ +#if HAVE_HOST_CPU_FAMILY_x86 && WANT_FAT_BINARY +#define COUNT_LEADING_ZEROS_NEED_CLZ_TAB +#endif + #ifdef COUNT_LEADING_ZEROS_NEED_CLZ_TAB extern const unsigned char __GMP_DECLSPEC __clz_tab[128]; #endif -- cgit v1.2.1