Re: [fpc-pascal] using float emulation

2007-06-01 Thread Marc Santhoff
Am Freitag, den 01.06.2007, 21:26 +0200 schrieb Daniël Mantione: > > Op Fri, 1 Jun 2007, schreef Marc Santhoff: > > > Am Freitag, den 01.06.2007, 20:58 +0200 schrieb Daniël Mantione: > > > > > > Op Fri, 1 Jun 2007, schreef Marc Santhoff: > > > > > > > Hi, > > > > > > > > I'm trying to force fp

Re: [fpc-pascal] using float emulation

2007-06-01 Thread Daniël Mantione
Op Fri, 1 Jun 2007, schreef Marc Santhoff: > Am Freitag, den 01.06.2007, 20:58 +0200 schrieb Daniël Mantione: > > > > Op Fri, 1 Jun 2007, schreef Marc Santhoff: > > > > > Hi, > > > > > > I'm trying to force fpc to use emulation code for floating poing > > > calculations on i386 hardware. > >

Re: [fpc-pascal] using float emulation

2007-06-01 Thread Marc Santhoff
Am Freitag, den 01.06.2007, 20:58 +0200 schrieb Daniël Mantione: > > Op Fri, 1 Jun 2007, schreef Marc Santhoff: > > > Hi, > > > > I'm trying to force fpc to use emulation code for floating poing > > calculations on i386 hardware. > > > > $ fpc -al -st -Op1 -CfSOFT floattest.pp > > > > Viewn fr

Re: [fpc-pascal] using float emulation

2007-06-01 Thread Daniël Mantione
Op Fri, 1 Jun 2007, schreef Marc Santhoff: > Hi, > > I'm trying to force fpc to use emulation code for floating poing > calculations on i386 hardware. > > $ fpc -al -st -Op1 -CfSOFT floattest.pp > > Viewn from the assembler source the file is identical to one compiled > without target options