[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
Tue Jun 6 03:12:19 PDT 2023


mikhail.ramalho updated this revision to Diff 528767.
mikhail.ramalho marked an inline comment as done.
mikhail.ramalho added a comment.

- Rebased
- Fix zero conversion
- Added test case for 0


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
  libc/test/src/stdlib/strtold_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149594.528767.patch
Type: text/x-patch
Size: 12515 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230606/a8df6002/attachment.bin>


More information about the libc-commits mailing list