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
To prevent potential arithmetic overflow issues leading to undefined
behavior, replace the usage of int32_t with uint32_t in the RV32A
implementation. This ensures that all arithmetic operations are
performed on unsigned 32-bit integers, avoiding any undefined behavior
due to overflow.
0 commit comments