Anyone have fast working code for unsigned 32 bit division? Currently, I am using the __udivsi3 routine that comes with gcc, but it is slow and appears to be written to work on early ARMs without hardware multipliers.
Message
32 bit Division
2004-08-31 by bobbruce000