[CRT/ARM] __fto64: Assembly wrappers are actually not needed anymore
authorStanislav Motylkov <x86corez@gmail.com>
Fri, 30 Jul 2021 19:48:03 +0000 (22:48 +0300)
committerStanislav Motylkov <x86corez@gmail.com>
Fri, 30 Jul 2021 19:48:03 +0000 (22:48 +0300)
commit54406bf4f070f9cf6d1621ba87521bd77b73b0ce
tree401ff4f4ed922c1b9eac702c53d4e96cb6864242
parentb0dfe20981065793244a2b8bb6787b441098e715
[CRT/ARM] __fto64: Assembly wrappers are actually not needed anymore

Addendum to e448094e. CORE-17703 CORE-17604
15 files changed:
sdk/lib/crt/math/arm/__dtoi64.c [new file with mode: 0644]
sdk/lib/crt/math/arm/__dtoi64.s [deleted file]
sdk/lib/crt/math/arm/__dtoi64_worker.c [deleted file]
sdk/lib/crt/math/arm/__dtou64.c [new file with mode: 0644]
sdk/lib/crt/math/arm/__dtou64.s [deleted file]
sdk/lib/crt/math/arm/__dtou64_worker.c [deleted file]
sdk/lib/crt/math/arm/__fto64.h [moved from sdk/lib/crt/math/arm/__fto64_worker.h with 95% similarity]
sdk/lib/crt/math/arm/__stoi64.c [new file with mode: 0644]
sdk/lib/crt/math/arm/__stoi64.s [deleted file]
sdk/lib/crt/math/arm/__stoi64_worker.c [deleted file]
sdk/lib/crt/math/arm/__stou64.c [new file with mode: 0644]
sdk/lib/crt/math/arm/__stou64.s [deleted file]
sdk/lib/crt/math/arm/__stou64_worker.c [deleted file]
sdk/lib/crt/math/math.cmake
sdk/lib/crt/msvcrtex.cmake