Re: [fpc-pascal] SSE in overloaded operators

2004-12-18 Thread Florian Klaempfl
Bartek wrote: hi, i'm trying to get this piece of code to work. but it fails on execution and returns a SIGSEV signal. i think this is caused by the weird code, fpc creates. fpc tryed to access the wide sse registers with multiple short 32bit registers, and at some point, protected memory is access

[fpc-pascal] SSE in overloaded operators

2004-12-17 Thread Bartek
hi, i'm trying to get this piece of code to work. but it fails on execution and returns a SIGSEV signal. i think this is caused by the weird code, fpc creates. fpc tryed to access the wide sse registers with multiple short 32bit registers, and at some point, protected memory is accessed. i'm using