------- Comment #2 from pinskia at gcc dot gnu dot org 2006-11-30 18:44 ------- Also you are using VLAs so maybe ICC also converts those VLAs to normal arrays. You might also want to add "-mfpmath=sse,387".
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30032