[all-commits] [llvm/llvm-project] 9c4c32: Revert D142108 "[libc][NFC] Detect host CPU featur...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Jan 23 02:44:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c4c32a3d0d09414325ec002242feda4eb9e818c
https://github.com/llvm/llvm-project/commit/9c4c32a3d0d09414325ec002242feda4eb9e818c
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-01-23 (Mon, 23 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 "[libc][NFC] Detect host CPU features using try_compile instead of try_run."
Build bots are failing.
https://lab.llvm.org/buildbot/#/builders/90/builds/44634
This reverts commit 9acc2f37bdfce08ca0c2faec03392db10d1bb7a9.
More information about the All-commits
mailing list