[all-commits] [llvm/llvm-project] a6db87: [libc][NFC] Move cpu_features.h to properties subf...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Feb 9 01:31:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6db871e85f0edcd61a78312078d7ece37097da0
https://github.com/llvm/llvm-project/commit/a6db871e85f0edcd61a78312078d7ece37097da0
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M libc/cmake/modules/cpu_features/check_AVX2.cpp
M libc/cmake/modules/cpu_features/check_AVX512BW.cpp
M libc/cmake/modules/cpu_features/check_AVX512F.cpp
M libc/cmake/modules/cpu_features/check_FMA.cpp
M libc/cmake/modules/cpu_features/check_SSE2.cpp
M libc/cmake/modules/cpu_features/check_SSE4_2.cpp
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/nearest_integer.h
M libc/src/__support/FPUtil/x86_64/FMA.h
R libc/src/__support/macros/cpu_features.h
A libc/src/__support/macros/properties/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:
-----------
[libc][NFC] Move cpu_features.h to properties subfolder
More information about the All-commits
mailing list