[libc] Move likely/unlikely to the optimization header
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 10 Feb 2023 15:15:10 +0000 (15:15 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Fri, 10 Feb 2023 15:31:28 +0000 (15:31 +0000)
commit737e1cd161f39171ed8d8bf7fcd9567498b4796e
tree7113063053896a295432996aeecf3157ab54f513
parent78056e2f2d9510d2ace42fe7e9eb60e5abe8a3e7
[libc] Move likely/unlikely to the optimization header
41 files changed:
libc/src/__support/FPUtil/FMA.h
libc/src/__support/FPUtil/ManipulationFunctions.h
libc/src/__support/FPUtil/aarch64/FMA.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/multiply_add.h
libc/src/__support/FPUtil/nearest_integer.h
libc/src/__support/FPUtil/x86_64/FMA.h
libc/src/__support/UInt.h
libc/src/__support/macros/attributes.h
libc/src/__support/macros/config.h
libc/src/__support/macros/optimization.h
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/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/memory_utils/op_generic.h
libc/src/string/string_utils.h
libc/test/src/math/exp2f_test.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel