mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:53:05 +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
12
sdk/lib/crt/math/arm/__u64tos.c
Normal file
12
sdk/lib/crt/math/arm/__u64tos.c
Normal 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 */
|
Loading…
Add table
Add a link
Reference in a new issue