Skip to content

Fix: Handle underflow properly at subnormal/normal boundary

This PR offers a patch for T-Head openc910 DivSqrt unit instantiated in THMULTI.

It fixes the handling of the underflow exception in the case where the result of the division, as though the exponent range were unbounded, lies strictly between ±b^emin. Even if the rounded result is exactly ±b^emin.

It resolves issue #155

Merge request reports

Loading