On Tue, Jul 09, 2013 at 10:27:59AM +0200, Kostas Michalopoulos wrote: > > for speed optimization. If you want to raise the exception on the > > correct location you should insert an fwait opcode after every floating > > point operation which is very expensive. > > > > Is there a way to enable this in FPC? Sometimes i get weird FP exceptions > that i'm not sure they point at the proper place.
FPC does this by default. So if this is the problem, it is in external code (e.g. C libs/DLLs) or assembler. -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
