From: yorka AT dlc DOT fi (aYk) Newsgroups: comp.os.msdos.djgpp Subject: Re: Fixed vs floating point? Date: Fri, 19 Jun 1998 12:59:31 GMT Organization: Majik Lines: 9 Message-ID: <358b607b.591980@news.dlc.fi> References: NNTP-Posting-Host: kou77.pp.dlc.fi Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk No. The FPU is separate from the standard ALUs. - aYk - >Can anyone make a guess if multiplications/devisions in fixed point math >are still faster on a machine that has a FPU? I was wondering if it would >do any good to #define my code to use conventional floats if the machine >supports it. (I'm using Allegro's fixed math stuff b.t.w) >