[fpc-pascal] SSE 4.2 usage with FPC ?

2012-01-01 Thread John Sewell
Hello, I'm trying to understand how to use SSE with fpc, especially the CRC32 instruction available in SSE4.2 It seems that it is available since fpc 2.6.0, but i really got no idea on how to use assembler in fpc. I get the general idea, but i'm not sure of how the registers work, especially to ex

Re: [fpc-pascal] Re: Free Pascal 2.6.0 released!

2012-01-01 Thread Jonas Maebe
On 02 Jan 2012, at 00:32, Marvin Cohrs wrote: > Changelog: >> IInterface.QueryInterface, ._AddRef and ._Release definitions have been >> changed >> Old behaviour: The IInterface.QueryInterface, ._AddRef and ._Release methods >> were defined stdcall and the IID was passed as const.New behaviour:

[fpc-pascal] Re: Free Pascal 2.6.0 released!

2012-01-01 Thread Marvin Cohrs
Changelog: IInterface.QueryInterface, ._AddRef and ._Release definitions have been changed Old behaviour: The IInterface.QueryInterface, ._AddRef and ._Release methods were defined stdcall and the IID was passed as const.New behaviour: These methods are defined stdcall on Windows and cdecl o

Re: [fpc-pascal] Free Pascal 2.6.0 released!

2012-01-01 Thread Marco van de Voort
In our previous episode, John Coppens said: > Wanted to point out that the above directory is empty! Was a permission problem. Fixed, thank you! ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-

Re: [fpc-pascal] Free Pascal 2.6.0 released!

2012-01-01 Thread John Coppens
On Sun, 1 Jan 2012 16:43:01 +0100 (CET) mar...@stack.nl (Marco van de Voort) wrote: > For Downloads, please use the FTP server at > > ftp://freepascal.stack.nl/pub/fpc/dist/2.6.0/ Hallo Marco! A new happy 2012 for you and the FPC team... Wanted to point out that the above directory is empty!

[fpc-pascal] Free Pascal 2.6.0 released!

2012-01-01 Thread Marco van de Voort
Hello, first, FPC core wants to wish a happy 2012! To start the new year with a bang, a new major release of Free Pascal, version 2.6.0, was uploaded to our FTP servers. Changes that may break backwards compatibility are documented at: http://wiki.freepascal.org/User_Changes_2.6.0 For Download