mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:12:59 +00:00
[CRT/ARM] Implement __dtoi64/dtou64/stoi64/stou64 functions (#3848)
CORE-17703 CORE-17604
This commit is contained in:
parent
fd8baca9f2
commit
e448094e74
11 changed files with 240 additions and 24 deletions
|
@ -72,6 +72,10 @@ 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
|
||||
)
|
||||
list(APPEND MSVCRTEX_ASM_SOURCE
|
||||
except/arm/chkstk_asm.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue