[fpc-pascal] Re: fast sqrt routine

2006-03-22 Thread Thomas Schatzl
>Andrew Bennett >Sat, 11 Mar 2006 17:24:51 -0800 > >On Sat, 11 Mar 2006 13:44:52 +0100, Pianoman wrote: > >>Hi, I need to perform very fast squareroot (sqrt) operations on double >> type nukmbers. >>I tried this >>function mysqrt(a:double):double; >> [...] >>yn:=(y*y+a)/(2*y); >>until abs(yn-y) <

Re: [fpc-pascal] asm an Freepascal under AMD 64

2006-03-22 Thread Jonas Maebe
On 21 mrt 2006, at 21:28, [EMAIL PROTECTED] wrote: I'have some library which use some intel like asm code type_32.pas(125,2) Error: Illegal assembler style specified "INTEL" type_32.pas(146,13) Error: Unknown identifier "EAX" So where do i' find the new gramatical word for use asm ? There