[libc-commits] [PATCH] D105561: [libc] Capture floating point encoding and arrange it sequentially in memory

Hedin GarcĂ­a via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Jul 12 13:45:46 PDT 2021


hedingarcia added a comment.

In D105561#2872187 <https://reviews.llvm.org/D105561#2872187>, @aeubanks wrote:

> Probably `bool` is better since the compiler can assume it's only 0 or 1.

Okay, I will change the return type to `bool`.


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