Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-04 Thread Sven Barth
Am 03.05.2012 22:34, schrieb Torsten: While we follow only a few formatting rules in the compiler, I think this is very hard to read. - What does rax86.IntToStr? i need this for create warnings (check memory reference size) and i don't like include a rtl unit. SysUtils is already used in ~100

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-04 Thread Sergei Gorelkin
04.05.2012 10:39, Sven Barth пишет: Am 03.05.2012 22:34, schrieb Torsten: While we follow only a few formatting rules in the compiler, I think this is very hard to read. - What does rax86.IntToStr? i need this for create warnings (check memory reference size) and i don't like include a rtl

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-04 Thread Sven Barth
Am 04.05.2012 10:27, schrieb Sergei Gorelkin: 04.05.2012 10:39, Sven Barth пишет: Am 03.05.2012 22:34, schrieb Torsten: While we follow only a few formatting rules in the compiler, I think this is very hard to read. - What does rax86.IntToStr? i need this for create warnings (check memory

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-04 Thread Torsten
Am 03.05.2012 20:25, schrieb Florian Klämpfl: Comments: - I'am not happy with the new fields localvarsize and localconstoffset in rautils.toprrec. Increasing the size of toprrec will probably increase memory usage of the compiler, I also didn't get yet the use of the fields: localsym and

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-04 Thread Florian Klämpfl
Am 03.05.2012 22:01, schrieb Torsten: Am 03.05.2012 18:24, schrieb Florian Klämpfl: Am 03.05.2012 10:49, schrieb fck...@freenet.de: Hi, my Intel/AMD assembler AVX 1 support is ready for testing. svn checkout http://svn.freepascal.org/svn/fpc/branches/tg74/avx ... build compiler:

Re: [fpc-devel] Testing Intel/AMD AVX-Implemenation

2012-05-04 Thread Torsten
Am 04.05.2012 21:29, schrieb Florian Klämpfl: Am 03.05.2012 22:01, schrieb Torsten: Am 03.05.2012 18:24, schrieb Florian Klämpfl: Am 03.05.2012 10:49, schrieb fck...@freenet.de: Hi, my Intel/AMD assembler AVX 1 support is ready for testing. svn checkout

Re: [fpc-devel] OpenBsd cross compiler

2012-05-04 Thread Leonardo M . Ramé
From: Leonardo M. Ramé martinr...@yahoo.com To: 'FPC developers' list' fpc-devel@lists.freepascal.org Sent: Saturday, April 28, 2012 8:38 AM Subject: Re: [fpc-devel] OpenBsd cross compiler From: Pierre Free Pascal

Re: [fpc-devel] Problem with nested classes and const struct values

2012-05-04 Thread Andrew Brunner
I just encountered this problem again. I can't build my process application and the attached project still won't compile. Can someone shed some light on this problem? Thanks. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] Re: Problem with nested classes and const struct values

2012-05-04 Thread Andrew Brunner
Ok, Attached is a sample program that demonstrates the problem. FPC 2.6.0 compiles just fine. FPC Trunk has a problem. The attachment of the unit in this thread prior SHOULD work but did not because there is a secondary problem in that once I moved the primary decs into a header file the using