Mar 11, 2007 #1 Tryfon Programmer Mar 11, 2007 4 CY Hi all Just a small question from me. I need the fasted algorithm in assembly for doing square root. Any recommentations? Regards Tryfon
Hi all Just a small question from me. I need the fasted algorithm in assembly for doing square root. Any recommentations? Regards Tryfon
Mar 11, 2007 #2 Salem Programmer Apr 29, 2003 2,455 GB Over what range of numbers? With what sort of accuracy? Is the fsqrt instruction too slow? What google search terms have you already tried? Not to mention which processor, just in case we assume say X86 and you wanted MIPS. -- If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut. Upvote 0 Downvote
Over what range of numbers? With what sort of accuracy? Is the fsqrt instruction too slow? What google search terms have you already tried? Not to mention which processor, just in case we assume say X86 and you wanted MIPS. -- If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
Mar 11, 2007 Thread starter #3 Tryfon Programmer Mar 11, 2007 4 CY integer based numbers and an x86 mips Upvote 0 Downvote