[libc-commits] [PATCH] D105561: [libc] Capture floating point encoding and arrange it sequentially in memory
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 12 13:35:09 PDT 2021
sivachandra accepted this revision.
sivachandra added a comment.
In D105561#2872036 <https://reviews.llvm.org/D105561#2872036>, @aeubanks wrote:
> lgtm besides the question for Siva of uint8_t vs bool for `getSign()`
Logically, it doesn't matter. Are there benefits wrt compiler driven optimizations? If yes, then suggest the one which should be preferred?
Otherwise, LGTM as well. Thanks for patiently resolving the comments.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105561/new/
https://reviews.llvm.org/D105561
More information about the libc-commits
mailing list