Mail Archives: djgpp/1996/05/15/06:21:24
On Wed, 15 May 1996, Adam Hinkley wrote:
> Anyone know where I could get the source code for doing 64-bit integer
> arithmetic - the long longs? Or anyone have it and could mail it to me?
>
> I need to be able to do both signed and unsigned 64-bit integer
> arithmetic on a compiler that doesn't support it. The fix is to use two
AFAIK, the source for gcc's long long support is part of gcc source
distribution. When gcc builds, it puts these functions into libgcc.a
(which you get with DJGPP).
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.
- Raw text -