[all-commits] [llvm/llvm-project] 76f9a6: Revert D142108 "[reland][libc][NFC] Detect host CP...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Jan 24 08:23:51 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 76f9a6a4e7f32b38458ed9c5c267c4f45b1d69db
https://github.com/llvm/llvm-project/commit/76f9a6a4e7f32b38458ed9c5c267c4f45b1d69db
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-01-24 (Tue, 24 Jan 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
R libc/cmake/modules/cpu_features/check_AVX2.cpp
R libc/cmake/modules/cpu_features/check_AVX512BW.cpp
R libc/cmake/modules/cpu_features/check_AVX512F.cpp
R libc/cmake/modules/cpu_features/check_FMA.cpp
R libc/cmake/modules/cpu_features/check_SSE2.cpp
R libc/cmake/modules/cpu_features/check_SSE4_2.cpp
A libc/cmake/modules/cpu_features/check_cpu_features.cpp.in
M libc/src/__support/CMakeLists.txt
M libc/src/__support/FPUtil/FMA.h
M libc/src/__support/FPUtil/aarch64/FMA.h
M libc/src/__support/FPUtil/multiply_add.h
M libc/src/__support/FPUtil/x86_64/FMA.h
M libc/src/__support/architectures.h
R libc/src/__support/cpu_features.h
M libc/src/math/generic/asinf.cpp
M libc/src/math/generic/cosf.cpp
M libc/src/math/generic/expm1f.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/tanf.cpp
M libc/src/math/generic/tanhf.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
Revert D142108 "[reland][libc][NFC] Detect host CPU features using try_compile instead of try_run."
The build bots are failing.
This reverts commit c84d74f5bfe810744de1268eb0516a6622e4aa73.
More information about the All-commits
mailing list