The floating point functions all use the same inf and nan formatting. By
separating this functionality out of the %a conversion I make it
available for reuse by %f/e/g.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D129665
[libc][nfc] move printf inf/nan to separate function ClosedPublic Authored by michaelrj on Jul 13 2022, 10:20 AM.
Details Summary The floating point functions all use the same inf and nan formatting. By
Diff Detail
Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 13 2022, 10:20 AM This revision is now accepted and ready to land.Jul 22 2022, 12:09 AM This revision was landed with ongoing or failed builds.Jul 22 2022, 10:29 AM Closed by commit rG3b0c78fe3bc9: [libc][nfc] move printf inf/nan to separate function (authored by michaelrj). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 446897 libc/src/stdio/printf_core/CMakeLists.txt
libc/src/stdio/printf_core/float_hex_converter.h
libc/src/stdio/printf_core/float_inf_nan_converter.h
|