This section introduces the floating-point support in the Intel® Fortran Compiler and provides information about using floating-point operations in your applications. The section also briefly describes the IEEE* Floating-Point Standard (IEEE 754).
The following table lists some possible starting points:
If you are trying to... |
Then start with... |
---|---|
Understand the programming trade-offs in floating-point applications |
|
Use the -fp-model (Linux* and Mac OS* X) or /fp (Windows*) option |
|
Set the flush-to-zero (FTZ) or denormals-are-zero (DAZ) flags |
|
Handle floating-point exceptions |
|
Tune the performance of floating-point applications for consistency |
|
Learn about the IEEE Floating-Point Standard |