Is there a fast C or C++ standard library function for double precision inverse square root?

前端 未结 7 2029
醉话见心
醉话见心 2021-01-18 01:26

I find myself typing

double foo=1.0/sqrt(...);

a lot, and I\'ve heard that modern processors have built-in inverse square root opcodes.

7条回答
提交回复
热议问题