Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
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.

Inlining code and Modules

Dishaw__Jim
Beginner
417 Views
Assume that you have two modules A and B. Module A uses module B and calls subroutine foo in B. Is the optimizer able to inline foo? Can the optimizer inline foo if module B is in a library?
0 Kudos
1 Reply
Steven_L_Intel1
Employee
417 Views

Yes, if you use /Qipo.

0 Kudos
Reply