| | 53 | |
| | 54 | == Intel FORTRAN compiler == |
| | 55 | |
| | 56 | -ax<codes> generate code specialized for processors specified by <codes> |
| | 57 | while also generating generic IA-32 code. <codes> includes |
| | 58 | one or more of the following characters: |
| | 59 | |
| | 60 | K Intel Pentium III and compatible Intel processors |
| | 61 | |
| | 62 | W Intel Pentium 4 and compatible Intel processors |
| | 63 | |
| | 64 | N Intel Pentium 4 and compatible Intel processors. Enables new |
| | 65 | optimizations in addition to Intel processor-specific optimizations |
| | 66 | |
| | 67 | P Intel Core(TM) Duo processors, Intel Core(TM) Solo processors, Intel |
| | 68 | Pentium 4 and compatible Intel processors with Streaming SIMD |
| | 69 | Extensions 3 (SSE3) instruction support |
| | 70 | |
| | 71 | B Intel Pentium M and compatible Intel processors |
| | 72 | |
| | 73 | btw, you should not use the -x options! |