Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.compilers > #276
| From | Robert A Duff <bobduff@shell01.TheWorld.com> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Any free compilers for 64-bit integer arithmetics? |
| Date | 2011-09-22 10:34 -0400 |
| Organization | The World Public Access UNIX, Brookline, MA |
| Message-ID | <11-09-026@comp.compilers> (permalink) |
| References | <11-09-024@comp.compilers> |
Mok-Kong Shen <mok-kong.shen@t-online.de> writes: > I want to do unsigned integer arithmetics on 64-bit opearands running > on 64-bit Windows. Are there any free compilers of any higher-level > language (higher than assembly language) that could be used for that > purpose? Thanks. All versions of GNAT support 64-bit arithmetic (signed and unsigned), whether or not the hardware directly supports it. - Bob
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Any free compilers for 64-bit integer arithmetics? Mok-Kong Shen <mok-kong.shen@t-online.de> - 2011-09-20 22:44 +0200
Re: Any free compilers for 64-bit integer arithmetics? glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2011-09-21 03:28 +0000
Re: Any free compilers for 64-bit integer arithmetics? Robert A Duff <bobduff@shell01.TheWorld.com> - 2011-09-22 10:34 -0400
Re: Any free compilers for 64-bit integer arithmetics? Mok-Kong Shen <mok-kong.shen@t-online.de> - 2011-09-24 11:18 +0200
Re: Any free compilers for 64-bit integer arithmetics? Robert A Duff <bobduff@shell01.TheWorld.com> - 2011-09-25 17:31 -0400
csiph-web