Commit f20b4f4
File tree
7 files changed
+7
-7
lines changed- third_party
7 files changed
+7
-7
lines changedSubmodule cpu_features updated 86 files
- .bazelrc-35
- .dockerignore+4-9
- .github/dependabot.yml-13
- .github/workflows/Dockerfile-1
- .github/workflows/aarch64_linux.yml+7-7
- .github/workflows/aarch64_linux_bazel.yml-20
- .github/workflows/aarch64_linux_cmake.yml-28
- .github/workflows/amd64_freebsd.yml+5-5
- .github/workflows/amd64_linux.yml+31
- .github/workflows/amd64_linux_bazel.yml-26
- .github/workflows/amd64_linux_cmake.yml-31
- .github/workflows/amd64_macos.yml+5-6
- .github/workflows/amd64_macos_bazel.yml-36
- .github/workflows/amd64_windows.yml+2-2
- .github/workflows/amd64_windows_bazel.yml-33
- .github/workflows/arm64_macos_bazel.yml-36
- .github/workflows/arm64_macos_cmake.yml-44
- .github/workflows/arm_linux.yml+10-8
- .github/workflows/arm_linux_cmake.yml-28
- .github/workflows/clang_format.yml+1-1
- .github/workflows/mips_linux.yml+5-5
- .github/workflows/s390x_linux_cmake.yml-27
- .gitignore-1
- .grenrc.yml-21
- BUILD.bazel+45-126
- CMakeLists.txt+54-104
- MODULE.bazel-18
- README.md+32-86
- WORKSPACE+22-3
- bazel/ci/Makefile-122
- bazel/ci/README.md-5
- bazel/ci/docker/Dockerfile-31
- bazel/platforms.bzl+11
- ci/Makefile+12-22
- ci/README.md+66
- ci/doc/docker.dot
- ci/doc/docker.svg
- ci/doc/generate_image.sh
- ci/docker/amd64/Dockerfile+2-2
- ci/docker/toolchain/Dockerfile+9-6
- ci/sample/CMakeLists.txt
- ci/sample/main.cpp
- ci/vagrant/freebsd/Vagrantfile+5-10
- cmake/README.md+1-1
- cmake/ci/README.md-40
- include/cpu_features_macros.h+3-148
- include/cpuinfo_aarch64.h+4-194
- include/cpuinfo_loongarch.h-78
- include/cpuinfo_mips.h+5-19
- include/cpuinfo_ppc.h+2-2
- include/cpuinfo_riscv.h-72
- include/cpuinfo_s390x.h-109
- include/cpuinfo_x86.h+52-84
- include/internal/cpuid_aarch64.h-28
- include/internal/hwcaps.h-107
- include/internal/windows_utils.h-70
- ndk_compat/cpu-features.h+1-1
- scripts/generate_badges.d-180
- scripts/make_release.sh+4-16
- scripts/run_integration.sh+54-157
- src/hwcaps.c+142-1
- src/hwcaps_freebsd_or_openbsd.c-54
- src/hwcaps_linux_or_android.c-157
- src/impl_aarch64__base_implementation.inl-143
- src/impl_aarch64_cpuid.c-40
- src/impl_aarch64_freebsd_or_openbsd.c-46
- src/impl_aarch64_linux_or_android.c+72-1
- src/impl_aarch64_macos_or_iphone.c-90
- src/impl_aarch64_windows.c-137
- src/impl_loongarch_linux.c-90
- src/impl_mips_linux_or_android.c+4-9
- src/impl_ppc_linux.c+1-2
- src/impl_riscv_linux.c-111
- src/impl_s390x_linux.c-121
- src/impl_x86__base_implementation.inl+23-284
- src/impl_x86_windows.c+10-10
- src/utils/list_cpu_features.c+10-45
- test/CMakeLists.txt+2-58
- test/cpuinfo_aarch64_test.cc+4-281
- test/cpuinfo_arm_test.cc-12
- test/cpuinfo_loongarch_test.cc-179
- test/cpuinfo_mips_test.cc+1-53
- test/cpuinfo_ppc_test.cc-12
- test/cpuinfo_riscv_test.cc-180
- test/cpuinfo_s390x_test.cc-82
- test/cpuinfo_x86_test.cc+120-759
Submodule cutlass updated 2708 files
- .clang-format-19
- .github/workflows/cifuzz.yml-24
- .github/workflows/cmake.yml+27-52
- .gitignore+5-73
- .tipi/deps-1
- .tipi/opts-1
- BUILD.bazel-8
- CHANGELOG.md-70
- CMakeLists.txt+3-4
- INSTALL-23
- README.md+19-43
- WORKSPACE-16
- cmake/cxxopts.cmake+6-17
- include/cxxopts.hpp+1.6k-1.9k
- packaging/pkgconfig.pc.in+1-3
- src/.tipi/deps-3
- src/CMakeLists.txt-4
- src/example.cpp+9-40
- test/.tipiignore-2
- test/CMakeLists.txt-11
- test/add-subdirectory-test/CMakeLists.txt+4-1
- test/catch.hpp+8.0k-15.5k
- test/find-package-test/CMakeLists.txt+4-1
- test/fuzz.cpp-107
- test/options.cpp+34-395
Submodule googletest updated 100 files
0 commit comments