This is an archive of the discontinued LLVM Phabricator instance.

[libc] Add hex float support to string
Needs ReviewPublic

Authored by michaelrj on Apr 18 2023, 11:34 AM.

Details

Reviewers
sivachandra
lntue
Summary

This clears the TODO to add float support to string and TestLogger. It
uses a hexadecimal representation because those are simpler to generate
and don't use rounding.

Diff Detail

Event Timeline

michaelrj created this revision.Apr 18 2023, 11:34 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 18 2023, 11:34 AM
michaelrj requested review of this revision.Apr 18 2023, 11:34 AM