mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:43:33 +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
|
@ -79,6 +79,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 CRT_MATH_SOURCE
|
||||
math/fabsf.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue