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 ?
compilation option : Dynamic/SSE/SSE2 etc...
compilation option : Dynamic/SSE/SSE2 etc...
- Registered PB user -
Using PB 4.00
Using PB 4.00
Re: compilation option : Dynamic/SSE/SSE2 etc...
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).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 ?

