Re: Emulating a 64-bit long with only 32 bits: code anyone?

marcov@toad.stack.nl (Marco van de Voort)
8 Jun 2001 23:18:35 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: marcov@toad.stack.nl (Marco van de Voort)
Newsgroups: comp.compilers
Date: 8 Jun 2001 23:18:35 -0400
Organization: Eindhoven University of Technology, The Netherlands
References: 01-05-087 01-06-020
Keywords: arithmetic
Posted-Date: 08 Jun 2001 23:18:35 EDT

Tim Coffey wrote:
> 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))


Check out GNU GMP library, on www.gnu.org


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.