sysprog21 / shecc

A self-hosting and educational C optimizing compiler
BSD 2-Clause "Simplified" License
1.11k stars 118 forks source link

Improve the division emulation in the Arm backend #136

Closed DrXiao closed 3 months ago

DrXiao commented 3 months ago

This commit improves the division emulation in the Arm backend to enhance code reusability and eliminate potential issues.

Close #135

jserv commented 3 months ago

Thank @DrXiao for contributing!