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 from the vacantion :)
> That article scoffs at loops involving branches, but it happens that the
> gcc-3.1 -msse2 option is doing extremely well on certain cases involving
> comparison and branches, as well as on some cases involving sum
> reductions.  More than one person has jumped into assuming that
> gcc -msse2 includes vectorization, but up to now it uses only serial
> sse2 instructions.
Ineed, this is confusing. I will send the patch for docs explicitly
mentioning that sse don't equal to autovectorization.

Honza
> 


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