Under visual 2012 how can I call the sqrtsd asm function in a c++ project
I can’t find it via google
something like :
double mySqrt(double val)
{
__asm
{
...
sqrstd...
}
}
EDIT:
in 32bit mode
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think doing this is a somewhat academic excercise, as it’s unlikely to have any actual benefit, and quite likely a penalty. However: