On Wed, 11 Apr 2001, Greg Lindahl wrote: > > CVS gcc can generate SSE and SSE2 code instead of x87 code with -msse and > > -msse2. > > ... but does it vectorize? If not, it's only getting some of the > benefit. Not the -msse or -msse2 modes, no. But I'm happy when my compiler gives me a 10% speedup just for throwing a switch, regardless. -dwh-