Tagged Questions
7
votes
7answers
5k views
Looking for an efficient integer square root algorithm for ARM Thumb2
I am looking for a fast, integer only algorithm to find the square root (integer part thereof) of an unsigned integer.
The code must have excellent performance on ARM Thumb 2 processors. It could be ...