Michael Jones 3befa46b91 [libc] Make printf decimal long doubles use hex
Decimal long doubles are not commonly used, and aren't currently
supported by the algorithm used for decimal float conversions. To avoid
giving incorrect answers, this patch adds a temporary exception to print
long doubles in hexadecimal even when decimal is requested.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D148179
2023-05-03 11:11:57 -07:00
..
2023-05-03 11:01:11 -07:00
2023-05-03 11:01:11 -07:00
2023-05-03 11:01:11 -07:00
2023-05-03 11:01:11 -07:00

LLVM libc
=========

This directory and its subdirectories contain source code for llvm-libc,
a retargetable implementation of the C standard library.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.