mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 04:45:43 +00:00
[ARM/CRT] Refactor several functions (#3865)
- Make __fto64 function more readable - Call worker function directly for __rt_sdiv/udiv - Adapt __rt_sdiv64/udiv64 asm shims accordingly - Add header files to CMake source list CORE-17607 CORE-17614 CORE-17703 CORE-17604 Addendum tof2bc1f0e
,e448094e
and54406bf4
.
This commit is contained in:
parent
d7f13aa696
commit
be3c532bf4
12 changed files with 70 additions and 76 deletions
|
@ -72,10 +72,12 @@ elseif(ARCH STREQUAL "arm")
|
|||
math/arm/__rt_sdiv64_worker.c
|
||||
math/arm/__rt_udiv.c
|
||||
math/arm/__rt_udiv64_worker.c
|
||||
math/arm/__rt_div_worker.h
|
||||
math/arm/__dtoi64.c
|
||||
math/arm/__dtou64.c
|
||||
math/arm/__stoi64.c
|
||||
math/arm/__stou64.c
|
||||
math/arm/__fto64.h
|
||||
)
|
||||
list(APPEND MSVCRTEX_ASM_SOURCE
|
||||
except/arm/chkstk_asm.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue