[libc-commits] [PATCH] D115280: [libc] add modified Eisel-Lemire for long doubles

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Dec 8 07:23:43 PST 2021


lntue added inline comments.


================
Comment at: libc/src/__support/str_to_float.h:253
+       (fputil::FloatProperties<long double>::MANTISSA_WIDTH + 3));
+  exp2 -= 1 ^ msb; // same as !msb
+
----------------
I'm not sure if I understand the comment here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115280



More information about the libc-commits mailing list