mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:45:53 +00:00
[CRT/ARM] __fto64: Assembly wrappers are actually not needed anymore
Addendum to e448094e
. CORE-17703 CORE-17604
This commit is contained in:
parent
b0dfe20981
commit
54406bf4f0
15 changed files with 58 additions and 220 deletions
|
@ -72,19 +72,15 @@ elseif(ARCH STREQUAL "arm")
|
|||
math/arm/__rt_sdiv64_worker.c
|
||||
math/arm/__rt_udiv.c
|
||||
math/arm/__rt_udiv64_worker.c
|
||||
math/arm/__dtoi64_worker.c
|
||||
math/arm/__dtou64_worker.c
|
||||
math/arm/__stoi64_worker.c
|
||||
math/arm/__stou64_worker.c
|
||||
math/arm/__dtoi64.c
|
||||
math/arm/__dtou64.c
|
||||
math/arm/__stoi64.c
|
||||
math/arm/__stou64.c
|
||||
)
|
||||
list(APPEND MSVCRTEX_ASM_SOURCE
|
||||
except/arm/chkstk_asm.s
|
||||
math/arm/__dtoi64.s
|
||||
math/arm/__dtou64.s
|
||||
math/arm/__i64tod.s
|
||||
math/arm/__i64tos.s
|
||||
math/arm/__stoi64.s
|
||||
math/arm/__stou64.s
|
||||
math/arm/__u64tod.s
|
||||
math/arm/__u64tos.s
|
||||
math/arm/__rt_sdiv64.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue