[libc-commits] [PATCH] D105153: [libc] Add on float properties for precision floating point numbers in FloatProperties.h

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jun 29 16:06:43 PDT 2021


sivachandra added a comment.

I also want to add a note for @lntue who might be missing the context of this change: @hedingarcia is working on bringing up LLVM libc on Windows. He found that packed structs do not reliably work on Windows. The idea is to switch away from packed structs and use hand constructed methods in `FPBits` to access the encoding. With that as a goal, this patch is adding the encoding properties for long double numbers.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105153/new/

https://reviews.llvm.org/D105153



More information about the libc-commits mailing list