Date: Fri, 19 Jun 1998 10:12:30 +0200 (MET DST) From: Rob Kramer To: djgpp AT delorie DOT com cc: rkramer AT xs4all DOT nl Subject: Fixed vs floating point? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Hi all! 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) Cheers! RoB