[all-commits] [llvm/llvm-project] 737e1c: [libc] Move likely/unlikely to the optimization he...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Feb 10 07:31:46 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 737e1cd161f39171ed8d8bf7fcd9567498b4796e
https://github.com/llvm/llvm-project/commit/737e1cd161f39171ed8d8bf7fcd9567498b4796e
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M libc/src/__support/FPUtil/FMA.h
M libc/src/__support/FPUtil/ManipulationFunctions.h
M libc/src/__support/FPUtil/aarch64/FMA.h
M libc/src/__support/FPUtil/dyadic_float.h
M libc/src/__support/FPUtil/except_value_utils.h
M libc/src/__support/FPUtil/generic/FMA.h
M libc/src/__support/FPUtil/generic/FMod.h
M libc/src/__support/FPUtil/multiply_add.h
M libc/src/__support/FPUtil/nearest_integer.h
M libc/src/__support/FPUtil/x86_64/FMA.h
M libc/src/__support/UInt.h
M libc/src/__support/macros/attributes.h
M libc/src/__support/macros/config.h
M libc/src/__support/macros/optimization.h
M libc/src/math/generic/acosf.cpp
M libc/src/math/generic/acoshf.cpp
M libc/src/math/generic/asinf.cpp
M libc/src/math/generic/asinhf.cpp
M libc/src/math/generic/atanf.cpp
M libc/src/math/generic/atanhf.cpp
M libc/src/math/generic/cosf.cpp
M libc/src/math/generic/coshf.cpp
M libc/src/math/generic/exp10f.cpp
M libc/src/math/generic/exp2f.cpp
M libc/src/math/generic/expf.cpp
M libc/src/math/generic/expm1f.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/sincosf.cpp
M libc/src/math/generic/sincosf_utils.h
M libc/src/math/generic/sinf.cpp
M libc/src/math/generic/sinhf.cpp
M libc/src/math/generic/tanf.cpp
M libc/src/math/generic/tanhf.cpp
M libc/src/string/memory_utils/bcmp_implementations.h
M libc/src/string/memory_utils/memcmp_implementations.h
M libc/src/string/memory_utils/memcpy_implementations.h
M libc/src/string/memory_utils/op_generic.h
M libc/src/string/string_utils.h
M libc/test/src/math/exp2f_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/math/BUILD.bazel
Log Message:
-----------
[libc] Move likely/unlikely to the optimization header
More information about the All-commits
mailing list