Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

run time

Intel_C_Intel
Employee
498 Views
I just bought the Visual Fortran compiler 6.6.0 to replace my "old" powerstation Microsoft Fortran 4.0. To my surprise, the Exe code is executed slower by about 20%. How can it be?
I use FL32 /Ox by both compilers from Dos.
0 Kudos
2 Replies
Intel_C_Intel
Employee
498 Views
Have you tried df /optimize:5 /fast /assume:buffered_io ?
0 Kudos
Steven_L_Intel1
Employee
498 Views
The FL32 command, by default, disables some optiimizations. The command line James suggests should work well.

Steve
0 Kudos
Reply