mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:47:21 +00:00
[CRT/ARM] Integer to float conversion implementation (#3866)
CORE-17713 CORE-17706 CORE-17604
This commit is contained in:
parent
6ec6233e9c
commit
9c4e3234ba
11 changed files with 160 additions and 104 deletions
|
@ -86,6 +86,11 @@ elseif(ARCH STREQUAL "arm")
|
|||
math/arm/__stoi64.c
|
||||
math/arm/__stou64.c
|
||||
math/arm/__fto64.h
|
||||
math/arm/__i64tod.c
|
||||
math/arm/__u64tod.c
|
||||
math/arm/__i64tos.c
|
||||
math/arm/__u64tos.c
|
||||
math/arm/__64tof.h
|
||||
)
|
||||
list(APPEND CRT_MATH_SOURCE
|
||||
math/fabsf.c
|
||||
|
@ -103,10 +108,6 @@ elseif(ARCH STREQUAL "arm")
|
|||
math/arm/log10.s
|
||||
math/arm/pow.s
|
||||
math/arm/tan.s
|
||||
math/arm/__i64tod.s
|
||||
math/arm/__i64tos.s
|
||||
math/arm/__u64tod.s
|
||||
math/arm/__u64tos.s
|
||||
math/arm/__rt_sdiv64.s
|
||||
math/arm/__rt_srsh.s
|
||||
math/arm/__rt_udiv64.s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue