[libc-commits] [PATCH] D149594: [libc] Add explicit constructor calls to fix compilation when using UInt<T>

Mikhail Ramalho via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri May 19 14:39:16 PDT 2023


mikhail.ramalho updated this revision to Diff 523941.
mikhail.ramalho added a comment.

- Implement get_val() for x86_64 long double class
- Use dyadic float in clinger_fast_path to fix conversion to long double


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149594

Files:
  libc/src/__support/FPUtil/generic/sqrt.h
  libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
  libc/src/__support/UInt.h
  libc/src/__support/float_to_string.h
  libc/src/__support/str_to_float.h
  libc/src/stdio/printf_core/char_converter.h
  libc/src/stdio/printf_core/float_dec_converter.h
  libc/src/stdio/printf_core/float_hex_converter.h
  libc/src/stdio/printf_core/float_inf_nan_converter.h
  libc/src/stdio/printf_core/int_converter.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149594.523941.patch
Type: text/x-patch
Size: 11321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230519/a916758f/attachment-0001.bin>


More information about the libc-commits mailing list