[CRT/ARM] Implement __dtoi64/dtou64/stoi64/stou64 functions (#3848)

CORE-17703 CORE-17604
This commit is contained in:
Roman Masanin 2021-07-25 17:50:48 +03:00 committed by Stanislav Motylkov
parent fd8baca9f2
commit e448094e74
No known key found for this signature in database
GPG key ID: AFE513258CBA9E92
11 changed files with 240 additions and 24 deletions

View file

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