[libc-commits] [PATCH] D82357: [libc] Add long double flavors of the floating point manipulation functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 24 00:29:59 PDT 2020


sivachandra added a comment.

In D82357#2110607 <https://reviews.llvm.org/D82357#2110607>, @asteinhauser wrote:

> Are the -O2 options necessary for the correctness or it's just an optimization?


At -O2, the static inline functions actually get inlined and we can compare the code size et al with implementations from another libc. It does not affect the correctness.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82357





More information about the libc-commits mailing list