[libc-commits] [PATCH] D119145: [libc] Replace type punning with bit_cast

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Feb 8 12:46:16 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7e7ecef98080: [libc] Replace type punning with bit_cast (authored by gchatelet).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119145

Files:
  libc/src/__support/CPP/Bit.h
  libc/src/__support/CPP/CMakeLists.txt
  libc/src/__support/FPUtil/FPBits.h
  libc/src/__support/FPUtil/Hypot.h
  libc/src/__support/FPUtil/ManipulationFunctions.h
  libc/src/__support/FPUtil/generic/sqrt.h
  libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
  libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
  libc/src/__support/FPUtil/x86_64/sqrt.h
  libc/src/math/generic/log10f.cpp
  libc/src/math/generic/log1pf.cpp
  libc/src/math/generic/log2f.cpp
  libc/src/math/generic/logf.cpp
  libc/src/math/generic/math_utils.h
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/elements_x86.h
  libc/test/src/math/NextAfterTest.h
  libc/test/src/math/SqrtTest.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119145.406942.patch
Type: text/x-patch
Size: 22594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220208/ca5f5e8c/attachment-0001.bin>


More information about the libc-commits mailing list