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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/src/stdio/printf_core/float_hex_converter.h | ||
---|---|---|
32–34 | I think, whats going on here is that you are converting the other conversion names, e, f and g to a and E, F and G to A. If this is correct, can you add a comment? |
I think, whats going on here is that you are converting the other conversion names, e, f and g to a and E, F and G to A. If this is correct, can you add a comment?