From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] long long warning From: David Gordon Hogan MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 22 Mar 2002 01:14:08 -0500 Topicbox-Message-UUID: 6bedab78-eaca-11e9-9e20-41e7f4b1d025 > it isn't just 8c, by the way. > fortunately, the whole set can be done lazily on demand. > in fact, individual operators can be added lazily to any ?c. 7c (the alpha compiler) already handles ?: for long long -- trivially, as the alpha's registers are 64 bit. This also means that the majority of long long operations are handled inline (the exception being division -- the alpha architecture has no integer divide).