[libc][NFC] Rename macros
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Feb 2023 20:41:30 +0000 (20:41 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Feb 2023 20:43:33 +0000 (20:43 +0000)
commita2569a76e034d98b067805d3c577d46eb6766506
tree6d3dc01c5561acb48e8a7c671fae8a74c29ae694
parente2263f1459d27b3afb8bfac5c425dd7273b05a23
[libc][NFC] Rename macros
56 files changed:
libc/cmake/modules/cpu_features/check_AVX2.cpp
libc/cmake/modules/cpu_features/check_AVX512BW.cpp
libc/cmake/modules/cpu_features/check_AVX512F.cpp
libc/cmake/modules/cpu_features/check_FMA.cpp
libc/cmake/modules/cpu_features/check_SSE2.cpp
libc/cmake/modules/cpu_features/check_SSE4_2.cpp
libc/config/linux/app.h
libc/docs/code_style.rst
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/common.h
libc/src/__support/macros/architectures.h
libc/src/__support/macros/cpu_features.h
libc/src/__support/threads/linux/thread.cpp
libc/src/__support/threads/thread.h
libc/src/math/generic/asinf.cpp
libc/src/math/generic/cosf.cpp
libc/src/math/generic/expm1f.cpp
libc/src/math/generic/sincosf.cpp
libc/src/math/generic/sincosf_utils.h
libc/src/math/generic/sinf.cpp
libc/src/math/generic/tanf.cpp
libc/src/math/generic/tanhf.cpp
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