This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Determination of GCC optimization option parameter value

At different levels of GCC, the value of the same optimization option will be different.

How to determine the parameter values of relevant optimization options under different optimization levels?

As shown in the figure:

for example:-fexcess-precision=[fast|standard]

Parameter values include fast and standard,

At what level is 'fast' used?

At what level is 'standard' used?