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
Fix signed integer comparison in AMOMIN.W and AMOMAX.W
The current implementation of the AMOMIN.W and AMOMAX.W instructions
incorrectly compares the values of registers rd and rs2 as unsigned
integers instead of signed integers. Correct this behavior by properly
treating rd and rs2 as signed integers before performing the
comparison.
0 commit comments