From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <29e463d9ce1309743688112d5292513f@plan9.bell-labs.com> Date: Tue, 25 Oct 2005 19:35:32 -0400 From: jmk@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] floatfmt on 64-bit targets? In-Reply-To: <20051025215838.GA3159@mero.morphisms.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: a00f31aa-ead0-11e9-9d60-3106f5b1d025 I haven't run much fp on the amd64 as yet, only enough to verify it works via astro. If you can give me an example I can put it on the list of things to check and fix. --jim On Tue Oct 25 17:59:36 EDT 2005, jkw@eecs.harvard.edu wrote: > Has anyone run into problems with %f on 64-bit targets? > With large numbers passed in to %f, it appears xdtoa > overruns s in floatfmt. Has anyone already fixed this?