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

Compiler Option (specifically Qfport)

lklawrie
Einsteiger
617Aufrufe

I ran my test suites (about 300 files) once with Qfport (rounding) on and once without. Results are the same -- is this expected or is there another option I have on that was negating the rounding effect?

I clean and rebuild the entire project each time.

Linda

0 Kudos
1 Antworten
TimP
Geehrter Beitragender III
617Aufrufe
Qfp-port applies only to x87 code. If you use any SSE option, it should not make any difference. Even in x87 code, it applies only to single precision code, since precision mode is normally set to 53 bits, so that all double precision operations are rounded.
Antworten