Commit b4f05423 by Daniel Jacobowitz Committed by Daniel Jacobowitz

* longlong.h (__clz_tab): Always provide.

From-SVN: r106803
parent 2e58f311
2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
* longlong.h (__clz_tab): Always provide.
2005-11-11 Steven Bosscher <stevenb@suse.de> 2005-11-11 Steven Bosscher <stevenb@suse.de>
PR 24265 PR 24265
......
...@@ -41,9 +41,10 @@ ...@@ -41,9 +41,10 @@
#define UWtype USItype #define UWtype USItype
#define UHWtype USItype #define UHWtype USItype
#define UDWtype UDItype #define UDWtype UDItype
extern const UQItype __clz_tab[256] ATTRIBUTE_HIDDEN;
#endif #endif
extern const UQItype __clz_tab[256];
/* Define auxiliary asm macros. /* Define auxiliary asm macros.
1) umul_ppmm(high_prod, low_prod, multiplier, multiplicand) multiplies two 1) umul_ppmm(high_prod, low_prod, multiplier, multiplicand) multiplies two
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment