Mail Archives: djgpp/1996/05/15/22:56:05
>The old v1.x library sources archive (djlsr112.zip) included the sources
>for these functions; if you can get that, you won't need to download the
>multi-megabyte gcc distribution.
__udivmoddi4 (libgcc2.c_) contains the preprocessor define
UDIV_NEEDS_NORMALIZATION.
I'm not sure whether to define it as 0 or 1.
I'm porting to PowerPC, which is a little endian - the first byte in a
2-byte word (the lower of the two bytes in memory) contains the most
significant part of the value.
Is that significant? Should I #define UDIV_NEEDS_NORMALIZATION as true or
false?
Thanks
Adam
- Raw text -