[CRT/ARM] Integer to float conversion implementation (#3866)

CORE-17713 CORE-17706 CORE-17604
This commit is contained in:
Roman Masanin 2021-07-28 21:16:04 +03:00 committed by Stanislav Motylkov
parent 6ec6233e9c
commit 9c4e3234ba
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
11 changed files with 160 additions and 104 deletions

View file

@ -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