[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

@ -0,0 +1,12 @@
/*
* PROJECT: ReactOS CRT library
* LICENSE: MIT (https://spdx.org/licenses/MIT)
* PURPOSE: Implementation of __u64tos
* COPYRIGHT: Copyright 2021 Roman Masanin <36927roma@gmail.com>
*/
#define __64tof __u64tos
#include "__64tof.h"
/* __u64tos is implemented in __64tof.h */