cpugood first issue
Description
It was pointed out to me that x86 will raise an exception when dividing INT_MIN by -1. I haven't encountered any games doing this yet - but it could potentially be an issue.
According to PowerPC docs, the output is undefined if this condition occurs.
Could be worth investigating if you're a new contributor.