Related articles |
---|
Emulating a 64-bit long with only 32 bits: code anyone? seanl@SPAM.jifsan.IS.cs.EVIL.umd.edu (Sean Luke) (2001-05-30) |
Re: Emulating a 64-bit long with only 32 bits: code anyone? marcov@toad.stack.nl (2001-05-31) |
Re: Emulating a 64-bit long with only 32 bits: code anyone? gneuner@dyn.com (2001-05-31) |
Re: Emulating a 64-bit long with only 32 bits: code anyone? joewhaley@hotmail.com (John Whaley) (2001-06-03) |
Re: Emulating a 64-bit long with only 32 bits: code anyone? Timothy_S_Coffey@bankone.com (2001-06-07) |
Re: Emulating a 64-bit long with only 32 bits: code anyone? benji@wohnheim.uni-ulm.de (Markus Ackermann) (2001-06-08) |
Re: Emulating a 64-bit long with only 32 bits: code anyone? marcov@toad.stack.nl (2001-06-08) |
Re: Emulating a 64-bit long with only 32 bits: code anyone? Klaus.Bergdolt@gmx.de (2001-06-10) |
Re: Emulating a 64-bit long with only 32 bits: code anyone? walter@nospamm-digitalmars.com (walter) (2001-06-14) |
From: | Klaus.Bergdolt@gmx.de (Klaus Bergdolt) |
Newsgroups: | comp.compilers |
Date: | 10 Jun 2001 22:48:25 -0400 |
Organization: | http://groups.google.com/ |
References: | 01-05-087 01-06-020 01-06-024 |
Keywords: | arithmetic |
Posted-Date: | 10 Jun 2001 22:48:25 EDT |
> > On a similar note, I could use routines that do the same for
> > arbitrary length binary numbers. (Arbitrary meaning up to byte
> > length 64 (512 bits))
The book C Interfaces and Implementations also contains
an implementation of multi precision arithmetic.
See http://www.cs.princeton.edu/software/cii/
Return to the
comp.compilers page.
Search the
comp.compilers archives again.