[CRT] Use the asm version of sqrt on amd64

This commit is contained in:
Timo Kreuzer 2018-01-29 18:41:18 +01:00
parent 90a0e426ed
commit db0c59cbd4
3 changed files with 2 additions and 3 deletions

View file

@ -35,7 +35,7 @@ sqrt:
ja short x_is_nan
/* All is well, calculate the sqrt */
sqrtpd xmm0, xmm0
sqrtsd xmm0, xmm0
ret
x_is_negative: