[all-commits] [llvm/llvm-project] ced5a3: [libc][NFC] Move cpu_features to macros folder

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Tue Feb 7 02:32:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ced5a382a8ebeffa828cdd66d5dfcc2d97716f85
      https://github.com/llvm/llvm-project/commit/ced5a382a8ebeffa828cdd66d5dfcc2d97716f85
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2023-02-07 (Tue, 07 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/x86_64/FMA.h
    R libc/src/__support/cpu_features.h
    A libc/src/__support/macros/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 to macros folder




More information about the All-commits mailing list