compilation option : Dynamic/SSE/SSE2 etc...

Just starting out? Need help? Post your questions and find answers here.
newbie
Enthusiast
Enthusiast
Posts: 296
Joined: Tue Jul 29, 2003 5:47 pm
Location: FRANCE
Contact:

compilation option : Dynamic/SSE/SSE2 etc...

Post by newbie »

I just want to know why when i do different build (one with SSE, other with SSE2, other with Dynamic, etc...) the executable size is it exactly the same ?
Same number of bytes, shouldn't it modify the size ?
- Registered PB user -

Using PB 4.00
Pupil
Enthusiast
Enthusiast
Posts: 715
Joined: Fri Apr 25, 2003 3:56 pm

Re: compilation option : Dynamic/SSE/SSE2 etc...

Post by Pupil »

newbie wrote:I just want to know why when i do different build (one with SSE, other with SSE2, other with Dynamic, etc...) the executable size is it exactly the same ?
Same number of bytes, shouldn't it modify the size ?
Because at this time there isn't any library that contains those CPU dependant omptimizations. I don't know if Fred has made any compiler optimizations that utilizes SSE(or other) specific code in the non-prebuild code(i.e. not library functions).
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

No optimizations are presents for now.
Post Reply