[libc][NFC] Rename architecture macros and move to macros folder
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Feb 2023 10:19:12 +0000 (10:19 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Feb 2023 10:20:22 +0000 (10:20 +0000)
commit1637351fd125c9a8236602c2aefdac0b64c7db75
tree4adb34a3a244eb07d5bffe067468eea4ef5c5526
parentdfe11c00212405f1da1f09d7c1125d7661e8da5a
[libc][NFC] Rename architecture macros and move to macros folder
43 files changed:
libc/config/linux/app.h
libc/src/__support/CMakeLists.txt
libc/src/__support/FPUtil/FEnvImpl.h
libc/src/__support/FPUtil/FMA.h
libc/src/__support/FPUtil/PlatformDefs.h
libc/src/__support/FPUtil/aarch64/FEnvImpl.h
libc/src/__support/FPUtil/aarch64/FMA.h
libc/src/__support/FPUtil/aarch64/fenv_darwin_impl.h
libc/src/__support/FPUtil/aarch64/nearest_integer.h
libc/src/__support/FPUtil/aarch64/sqrt.h
libc/src/__support/FPUtil/multiply_add.h
libc/src/__support/FPUtil/nearest_integer.h
libc/src/__support/FPUtil/sqrt.h
libc/src/__support/FPUtil/x86_64/FEnvImpl.h
libc/src/__support/FPUtil/x86_64/FMA.h
libc/src/__support/FPUtil/x86_64/LongDoubleBits.h
libc/src/__support/FPUtil/x86_64/NextAfterLongDouble.h
libc/src/__support/FPUtil/x86_64/PolyEval.h
libc/src/__support/FPUtil/x86_64/nearest_integer.h
libc/src/__support/FPUtil/x86_64/sqrt.h
libc/src/__support/OSUtil/linux/syscall.h
libc/src/__support/architectures.h [deleted file]
libc/src/__support/macros/README.md [new file with mode: 0644]
libc/src/__support/macros/architectures.h [new file with mode: 0644]
libc/src/__support/threads/linux/thread.cpp
libc/src/__support/threads/thread.h
libc/src/setjmp/longjmp.cpp
libc/src/setjmp/setjmp.cpp
libc/src/string/memory_utils/bcmp_implementations.h
libc/src/string/memory_utils/memcmp_implementations.h
libc/src/string/memory_utils/memcpy_implementations.h
libc/src/string/memory_utils/memmove_implementations.h
libc/src/string/memory_utils/memset_implementations.h
libc/src/string/memory_utils/op_aarch64.h
libc/src/string/memory_utils/op_generic.h
libc/src/string/memory_utils/op_x86.h
libc/src/threads/linux/Futex.h
libc/test/src/fenv/enabled_exceptions_test.cpp
libc/test/src/fenv/feenableexcept_test.cpp
libc/test/src/fenv/feholdexcept_test.cpp
libc/test/src/string/memory_utils/op_tests.cpp
libc/test/src/sys/utsname/uname_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel