Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Re: registers

Steven_L_Intel1
Employee
319 Views
This is difficult to do, even for us! To help, under Project..Settings..Fortran..Listing Files enable the Source Listing and then check the Machine Code box. (This is not the same as an assembler file.) When you recompile, look at the .LST file in your Debug or Release folder. It will contain an annotated machine code listing that may, in some cases, indicate what variable is used in a particular instruction.

Steve
0 Kudos
0 Replies
Reply