Re: [eigen] SSE square root |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Rohit Garg wrote: > This file has my sse float implementation for square root. The SSE > square root instruction has only 12 bits of precision so extra > iterations of Newton Raphson may be neccessary. How many of the are > neccessary... The newton iteration doubles the number of correct bits (quadratic convergent). You will have 24 correct bits. Regards
Attachment:
signature.asc
Description: OpenPGP digital signature
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |