This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: SSE2 benchmarks


> Hi all, hi Jan, hi Tim, and thanks for your feedback.
> 
> In the meanwhile, I have downloaded the original flops.c code and tried
> compiling and running it.
> 
> If you are interested I may post the results for my PII (no SSE or SSE2,
> unfortunately).
> 
> Anyway, what do you (people knowing well GCC's x86 backend) expect? I mean, in
> those simple float loops how GCC is supposed to compare to other widespread
> compilers?
> 
> I'm asking this because some *preliminary* results seem to indicate that VC6
> (under Windoze98) is appreciably better than both 2.95.x and 3.0 ;-)
Well, it depends on the loop. But if it is resonably simplem I can take
a look at it and see what I can do :)
Don't forget to try -funroll-all-loops/ -ffast-math and similar tricks.
Also possibly your stack is missaligned at main level.
Honza


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]