Page 1 of 1
compilation option : Dynamic/SSE/SSE2 etc...
Posted: Tue Aug 26, 2003 3:56 pm
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 ?
Re: compilation option : Dynamic/SSE/SSE2 etc...
Posted: Tue Aug 26, 2003 4:08 pm
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).
Posted: Tue Aug 26, 2003 6:05 pm
by Fred
No optimizations are presents for now.