Re: Any free compilers for 64-bit integer arithmetics?

Robert A Duff <bobduff@shell01.TheWorld.com>
Thu, 22 Sep 2011 10:34:35 -0400

          From comp.compilers

Related articles
Any free compilers for 64-bit integer arithmetics? mok-kong.shen@t-online.de (Mok-Kong Shen) (2011-09-20)
Re: Any free compilers for 64-bit integer arithmetics? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2011-09-21)
Re: Any free compilers for 64-bit integer arithmetics? bobduff@shell01.TheWorld.com (Robert A Duff) (2011-09-22)
Re: Any free compilers for 64-bit integer arithmetics? mok-kong.shen@t-online.de (Mok-Kong Shen) (2011-09-24)
Re: Any free compilers for 64-bit integer arithmetics? bobduff@shell01.TheWorld.com (Robert A Duff) (2011-09-25)
| List of all articles for this month |

From: Robert A Duff <bobduff@shell01.TheWorld.com>
Newsgroups: comp.compilers
Date: Thu, 22 Sep 2011 10:34:35 -0400
Organization: The World Public Access UNIX, Brookline, MA
References: 11-09-024
Keywords: available, arithmetic
Posted-Date: 22 Sep 2011 22:24:01 EDT

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



Post a followup to this message

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