Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.lightlink.com!news.iecc.com!nerds-end From: Robert A Duff Newsgroups: comp.compilers Subject: Re: Any free compilers for 64-bit integer arithmetics? Date: Thu, 22 Sep 2011 10:34:35 -0400 Organization: The World Public Access UNIX, Brookline, MA Lines: 12 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <11-09-026@comp.compilers> References: <11-09-024@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: gal.iecc.com 1316744641 60162 64.57.183.58 (23 Sep 2011 02:24:01 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Fri, 23 Sep 2011 02:24:01 +0000 (UTC) Keywords: available, arithmetic Posted-Date: 22 Sep 2011 22:24:01 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: x330-a1.tempe.blueboxinc.net comp.compilers:276 Mok-Kong Shen 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