[libc-commits] [PATCH] D119145: [libc] Fix illegal type punning

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Feb 8 02:33:05 PST 2022


gchatelet updated this revision to Diff 406743.
gchatelet marked 3 inline comments as done.
gchatelet added a comment.

- Address comments


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/fenv/fesetexceptflag.cpp
  libc/src/math/generic/log10f.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.406743.patch
Type: text/x-patch
Size: 23025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220208/593ec6f0/attachment-0001.bin>


More information about the libc-commits mailing list