GFortran 44 optimizations and Intel SSE4

Tim Prince n8tm@aol.com
Tue Nov 1 16:28:00 GMT 2011


On 11/1/2011 11:42 AM, Jacob Anderson wrote:

>
> Does the general optimization option to gfortran44 include Intel SSE4 optimizations (4.1 AND 4.2)?
>

Perhaps that's not what you meant to ask? By general, do you mean 
generic (definitely not including -msse4)?

http://gcc.gnu.org/onlinedocs/gcc-4.4.6/gcc/i386-and-x86_002d64-Options.html#i386-and-x86_002d64-Options

-msse4.1 and -msse4.2 are listed there.

  -mtune=barcelona , which you might use for Core I7 (with or without 
-msse4), if you don't want to use a current gfortran, is listed there.

-- 
Tim Prince



More information about the Fortran mailing list