Re: [fpc-pascal] SSe2 with FPC

2005-06-02 Thread Florian Klaempfl
Pianoman wrote: > Hello everyone, I have got interesting results from my test of SSE2 > switch. > I tested a small code fragment with and without SSE2 swith and I Saw no > difference. > Why is this? > Iused FPC 2.0 on WIN 32 to compile it with Best optimization > Code fragment follows: > {$fpu

[fpc-pascal] SSe2 with FPC

2005-06-02 Thread Pianoman
Hello everyone, I have got interesting results from my test of SSE2 switch. I tested a small code fragment with and without SSE2 swith and I Saw no difference. Why is this? Iused FPC 2.0 on WIN 32 to compile it with Best optimization Code fragment follows: {$fputype sse2} program divide; uses w