Intel® High Level Synthesis Compiler Pro Edition: Reference Manual
A newer version of this document is available. Customers should click here to go to the newest version.
B.6. Default Rounding Schemes and Subnormal Number Support
In addition, you can control the rounding scheme used for single- and double-precision adders, multipliers, and dividers with the --rounding i++ command option.
For single-precision operation, subnormal support does not apply.
The following tables show the default subnormal support and rounding scheme for single- and double-precision floating point operators.
Single-Precision Floating-Point Operator | Default Subnormal Support | Default Rounding Scheme |
---|---|---|
+ | N/A | IEEE-754 RNE |
- | N/A | IEEE-754 RNE |
* | N/A | IEEE-754 RNE |
/ | N/A | Faithful |
Double-Precision Floating-Point Operator | Default Subnormal Support | Default Rounding Scheme |
---|---|---|
+ | On | IEEE-754 RNE |
- | On | IEEE-754 RNE |
* | On | IEEE-754 RNE |
/ | On | Faithful |
|
|
|