From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <61e4519c35cb989708d4b09ef8bb177b@plan9.bell-labs.com> From: David Presotto To: 9fans@cse.psu.edu Subject: Re: [9fans] floating point In-Reply-To: <025001c3ef79$30d51ca0$8201a8c0@cc77109e> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 9 Feb 2004 21:06:04 -0500 Topicbox-Message-UUID: da430472-eacc-11e9-9e20-41e7f4b1d025 It's not messy, just inefficient. Everything is done by calls to routines that take an operator and operands and then call more routines to do the work. It would be nice if adds and subtracts and shifts are done inline and only mul/div is done the hard way.