Resolve "basop-2556-conditions-alignment-between-float-and-fix-for-corner-cases"
- Related issues: #2556 (closed)
- Requested reviewers: @vaclav
Reason why this change is needed
- The code review revealed discrepancies between float and fixed-point conditions. Although these differences do not impact bit‑exactness in the short self-test vector and can be considered corner cases, aligning the conditions across implementations is still recommended.
Description of the change
- Aligning conditions
Affected operating points
- Should be BE most of the time
Closes #2556 (closed)
Edited by vaillancour