[libc][NFC] Move attributes from common to macros folder
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Feb 2023 13:16:33 +0000 (13:16 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 7 Feb 2023 13:16:53 +0000 (13:16 +0000)
commit29f8e076bd4279a013e8512591ca62da5ee3aac4
tree18695dc03a6a45d8f0adb1f2be61f0ba341a12ee
parent8f3c2c5ee64504949d1cdca73d6408574272ea1a
[libc][NFC] Move attributes from common to macros folder
35 files changed:
libc/src/__support/CMakeLists.txt
libc/src/__support/FPUtil/FPBits.h
libc/src/__support/FPUtil/dyadic_float.h
libc/src/__support/FPUtil/except_value_utils.h
libc/src/__support/FPUtil/generic/FMA.h
libc/src/__support/FPUtil/generic/FMod.h
libc/src/__support/FPUtil/nearest_integer.h
libc/src/__support/UInt.h
libc/src/__support/common.h
libc/src/__support/macros/attributes.h [new file with mode: 0644]
libc/src/math/generic/acosf.cpp
libc/src/math/generic/acoshf.cpp
libc/src/math/generic/asinf.cpp
libc/src/math/generic/asinhf.cpp
libc/src/math/generic/atanf.cpp
libc/src/math/generic/atanhf.cpp
libc/src/math/generic/cosf.cpp
libc/src/math/generic/coshf.cpp
libc/src/math/generic/exp10f.cpp
libc/src/math/generic/exp2f.cpp
libc/src/math/generic/expf.cpp
libc/src/math/generic/expm1f.cpp
libc/src/math/generic/log10.cpp
libc/src/math/generic/math_utils.h
libc/src/math/generic/sincosf.cpp
libc/src/math/generic/sincosf_utils.h
libc/src/math/generic/sinf.cpp
libc/src/math/generic/sinhf.cpp
libc/src/math/generic/tanf.cpp
libc/src/math/generic/tanhf.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/string_utils.h
utils/bazel/llvm-project-overlay/libc/BUILD.bazel