mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 16:22:08 +00:00
[CRT] Use the asm version of sqrt on amd64
This commit is contained in:
parent
90a0e426ed
commit
db0c59cbd4
3 changed files with 2 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue