You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In rvemu, div/divu/divw/divuw instructions set DZ bit when dividing by zero.
The spec says "The accrued exception flags indicate the exception conditions that have arisen on any floating-point arithmetic instruction since the field was last reset by software", so I think fscr should not be modified by integer arithmetic instructions. This should be a bug.
The text was updated successfully, but these errors were encountered:
In rvemu, div/divu/divw/divuw instructions set DZ bit when dividing by zero.
The spec says "The accrued exception flags indicate the exception conditions that have arisen on any floating-point arithmetic instruction since the field was last reset by software", so I think fscr should not be modified by integer arithmetic instructions. This should be a bug.
The text was updated successfully, but these errors were encountered: