[libc][NFC] Move cpu_features.h to properties subfolder
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 9 Feb 2023 09:30:24 +0000 (09:30 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 9 Feb 2023 09:30:24 +0000 (09:30 +0000)
commita6db871e85f0edcd61a78312078d7ece37097da0
tree66184f029fa7dcdef34bea2884eaa79fd2f0254c
parentc53e15e841b8c41c6874f4676cf8fb0411d84bff
[libc][NFC] Move cpu_features.h to properties subfolder
22 files changed:
libc/cmake/modules/cpu_features/check_AVX2.cpp
libc/cmake/modules/cpu_features/check_AVX512BW.cpp
libc/cmake/modules/cpu_features/check_AVX512F.cpp
libc/cmake/modules/cpu_features/check_FMA.cpp
libc/cmake/modules/cpu_features/check_SSE2.cpp
libc/cmake/modules/cpu_features/check_SSE4_2.cpp
libc/src/__support/CMakeLists.txt
libc/src/__support/FPUtil/FMA.h
libc/src/__support/FPUtil/aarch64/FMA.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/macros/properties/cpu_features.h [moved from libc/src/__support/macros/cpu_features.h with 84% similarity]
libc/src/math/generic/asinf.cpp
libc/src/math/generic/cosf.cpp
libc/src/math/generic/expm1f.cpp
libc/src/math/generic/sincosf.cpp
libc/src/math/generic/sincosf_utils.h
libc/src/math/generic/sinf.cpp
libc/src/math/generic/tanf.cpp
libc/src/math/generic/tanhf.cpp
utils/bazel/llvm-project-overlay/libc/BUILD.bazel