[libc-commits] [PATCH] D112818: [libc] Add more robust compile time architecture detection

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Oct 29 13:12:31 PDT 2021


gchatelet updated this revision to Diff 383481.
gchatelet added a comment.

- Remove unsupported architectures


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112818

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/FPUtil/FEnvUtils.h
  libc/src/__support/FPUtil/FMA.h
  libc/src/__support/FPUtil/PlatformDefs.h
  libc/src/__support/FPUtil/PolyEval.h
  libc/src/__support/architectures.h
  libc/src/string/memcmp.cpp
  libc/src/string/memory_utils/elements_aarch64.h
  libc/src/string/memory_utils/elements_x86.h
  libc/src/string/memory_utils/memset_utils.h
  libc/src/string/memory_utils/utils.h
  libc/test/src/fenv/enabled_exceptions_test.cpp
  libc/test/src/fenv/feenableexcept_test.cpp
  libc/test/src/fenv/feholdexcept_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112818.383481.patch
Type: text/x-patch
Size: 12360 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211029/61a05570/attachment-0001.bin>


More information about the libc-commits mailing list