On Sat, Mar 02, 2002 at 02:24:13 -0800, John Lazzaro wrote: > Not surprising, sfront does its best to generate embarrassingly > parallel code on many types of SAOL code, it could be that icc > can vectorize these in a way that gcc can't
This is true, gcc (<3.0 certainly) can't do any vectorisation. - Steve
