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

Re: [fpc-pascal] TObjectList in Contnrs in FCL (doc, usage)?

2005-06-02 Thread Michael Van Canneyt
On Thu, 2 Jun 2005, Luiz Américo wrote: > Michael Van Canneyt wrote: > > [..] > > > > > > > However, it is not completely clear to me where the boundary is > > > between > > > RTL and FCL. Classes is listed under FCL, and is documented under > > > RTL. > > > > > > Classes is RTL. I will up

[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

Re: [fpc-pascal] TObjectList in Contnrs in FCL (doc, usage)?

2005-06-02 Thread Luiz Américo
Michael Van Canneyt wrote: [..] However, it is not completely clear to me where the boundary is between RTL and FCL. Classes is listed under FCL, and is documented under RTL. Classes is RTL. I will update the web page. At least in subversion fixes branch, classes unit is present in both