Visible to Intel only — GUID: eis1410768656072
Ixiasoft
Visible to Intel only — GUID: eis1410768656072
Ixiasoft
1.5.3. Rounding
- Round to nearest with tie breaking to even
- Round-toward-zero
- Round-toward-positive-infinity
- Round-toward-negative-infinity
Intel floating-point IPs support only the most commonly used rounding, which is round to nearest with tie breaking to even (TO_NEAREST). With round to nearest with tie breaking to even, the IP rounds the result to the nearest floating-point number. If the result is exactly halfway between two floating-point numbers, the IP rounds the result so that the LSB becomes a zero, which is even.