mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 05:51:44 +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
|
@ -2,10 +2,11 @@
|
|||
* PROJECT: ReactOS CRT library
|
||||
* LICENSE: MIT (https://spdx.org/licenses/MIT)
|
||||
* PURPOSE: Implementation of __stou64
|
||||
* COPYRIGHT: Copyright 2015 Timo Kreuzer <timo.kreuzer@reactos.org>
|
||||
* Copyright 2021 Roman Masanin <36927roma@gmail.com>
|
||||
* COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com>
|
||||
*/
|
||||
|
||||
#define __fto64 __stou64
|
||||
|
||||
#include "__fto64.h"
|
||||
|
||||
/* __stou64 is implemented in __fto64.h */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue