21
Programming with NASM / Re: Problem with calculating root
« Last post by andyz74 on January 30, 2025, 08:04:23 PM »I have another version of my program, in which I use the fp87 for getting the squareroot. I test both.
The huge amount of divisions to see, what is prime and what not, is in the moment done by normal DIV command. But later, I will try to do this with fp87, and a third version to do it with sse2.
The huge amount of divisions to see, what is prime and what not, is in the moment done by normal DIV command. But later, I will try to do this with fp87, and a third version to do it with sse2.