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

ifx compiler equivalent flags to /Qunroll-aggressive and /Qinline-forceinline

DataScientist
Valued Contributor I
248 Views

The `ifx` compiler returns the following warnings:

```

ifx: command line warning #10148: option '/Qunroll-aggressive' not supported
ifx: command line warning #10148: option '/Qinline-forceinline' not supported

```

But the compiler reference does not forbid using the above flags in the ifx compiler.
Are these warnings credible? If so, are there equivalent flags for the `ifx`?

0 Kudos
1 Reply
Barbara_P_Intel
Employee
210 Views

According to the Fortran Developer Guide and reference /Qunroll-aggressive is ifort only. 

I see the same for /Qinline-forceinline., ifort only.

Do you need those options with ifx for performance? LLVM is a whole new backend. What does the optimization report tell you?

 

0 Kudos
Reply