Visible to Intel only — GUID: lfs1582056871206
Ixiasoft
Visible to Intel only — GUID: lfs1582056871206
Ixiasoft
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 |
|
|
|