mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +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
|
@ -137,6 +137,7 @@ elseif(ARCH STREQUAL "arm")
|
|||
list(APPEND LIBCNTPR_SOURCE
|
||||
except/arm/chkstk_asm.s
|
||||
except/arm/__jump_unwind.s
|
||||
math/sqrt.c
|
||||
math/arm/__rt_sdiv.c
|
||||
math/arm/__rt_sdiv64_worker.c
|
||||
math/arm/__rt_udiv.c
|
||||
|
@ -210,7 +211,6 @@ else()
|
|||
list(APPEND LIBCNTPR_SOURCE
|
||||
math/cos.c
|
||||
math/sin.c
|
||||
math/sqrt.c
|
||||
mem/memchr.c
|
||||
mem/memcpy.c
|
||||
mem/memmove.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue