File tree
7 files changed
+7
-7
lines changed- third_party
7 files changed
+7
-7
lines changedSubmodule cpu_features updated 92 files
- .bazelrc+35
- .dockerignore+9-4
- .github/dependabot.yml+13
- .github/workflows/Dockerfile+1
- .github/workflows/aarch64_linux_bazel.yml+20
- .github/workflows/aarch64_linux_cmake.yml+7-7
- .github/workflows/aarch64_linux_zig.yml+21
- .github/workflows/amd64_freebsd_cmake.yml_disabled+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_linux_zig.yml+21
- .github/workflows/amd64_macos_bazel.yml+36
- .github/workflows/amd64_macos_cmake.yml+6-5
- .github/workflows/amd64_windows_bazel.yml+33
- .github/workflows/amd64_windows_cmake.yml+2-2
- .github/workflows/arm64_macos_bazel.yml+36
- .github/workflows/arm64_macos_cmake.yml+44
- .github/workflows/arm_linux_cmake.yml+7-10
- .github/workflows/clang_format.yml+1-1
- .github/workflows/mips_linux_cmake.yml+5-5
- .github/workflows/power_linux_cmake.yml+29
- .github/workflows/riscv_linux_cmake.yml+28
- .github/workflows/s390x_linux_cmake.yml+27
- .github/workflows/zig.yml+13
- .gitignore+5
- .grenrc.yml+21
- BUILD.bazel+126-45
- CMakeLists.txt+104-54
- MODULE.bazel+18
- README.md+88-33
- WORKSPACE+3-22
- bazel/ci/Makefile+122
- bazel/ci/README.md+5
- bazel/ci/docker/Dockerfile+31
- bazel/platforms.bzl-11
- build.zig+248
- build.zig.zon+12
- ci/README.md-66
- cmake/README.md+1-1
- cmake/ci/Makefile+22-12
- cmake/ci/README.md+40
- cmake/ci/doc/docker.dot
- cmake/ci/doc/docker.svg
- cmake/ci/doc/generate_image.sh
- cmake/ci/docker/amd64/Dockerfile+2-2
- cmake/ci/docker/toolchain/Dockerfile+6-9
- cmake/ci/sample/CMakeLists.txt
- cmake/ci/sample/main.cpp
- cmake/ci/vagrant/freebsd/Vagrantfile+10-5
- cmake/googletest.CMakeLists.txt.in+2-2
- include/cpu_features_macros.h+150-5
- include/cpuinfo_aarch64.h+196-4
- include/cpuinfo_loongarch.h+78
- include/cpuinfo_mips.h+19-5
- include/cpuinfo_ppc.h+2-2
- include/cpuinfo_riscv.h+72
- include/cpuinfo_s390x.h+109
- include/cpuinfo_x86.h+84-52
- include/internal/cpuid_aarch64.h+28
- include/internal/hwcaps.h+108
- include/internal/windows_utils.h+70
- ndk_compat/cpu-features.h+1-1
- scripts/generate_badges.d+180
- scripts/make_release.sh+19-4
- scripts/run_integration.sh+157-54
- src/hwcaps.c+1-142
- src/hwcaps_freebsd_or_openbsd.c+54
- src/hwcaps_linux_or_android.c+157
- src/impl_aarch64__base_implementation.inl+145
- src/impl_aarch64_cpuid.c+40
- src/impl_aarch64_freebsd_or_openbsd.c+46
- src/impl_aarch64_linux_or_android.c+1-72
- 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+9-4
- src/impl_ppc_linux.c+2-1
- src/impl_riscv_linux.c+111
- src/impl_s390x_linux.c+121
- src/impl_x86__base_implementation.inl+284-23
- src/impl_x86_windows.c+10-10
- src/utils/list_cpu_features.c+45-10
- test/CMakeLists.txt+58-2
- test/cpuinfo_aarch64_test.cc+282-4
- test/cpuinfo_arm_test.cc+12
- test/cpuinfo_loongarch_test.cc+179
- test/cpuinfo_mips_test.cc+53-1
- test/cpuinfo_ppc_test.cc+12
- test/cpuinfo_riscv_test.cc+180
- test/cpuinfo_s390x_test.cc+82
- test/cpuinfo_x86_test.cc+759-120
Submodule cutlass updated 2801 files
- .clang-format+19
- .github/workflows/cifuzz.yml+24
- .github/workflows/cmake.yml+52-27
- .gitignore+73-5
- .tipi/deps+1
- .tipi/opts+1
- BUILD.bazel+8
- CHANGELOG.md+70
- CMakeLists.txt+4-3
- INSTALL+23
- README.md+46-19
- WORKSPACE+16
- cmake/cxxopts.cmake+17-6
- include/cxxopts.hpp+1.9k-1.6k
- packaging/pkgconfig.pc.in+3-1
- src/.tipi/deps+3
- src/CMakeLists.txt+4
- src/example.cpp+40-9
- test/.tipiignore+2
- test/CMakeLists.txt+11
- test/add-subdirectory-test/CMakeLists.txt+1-4
- test/catch.hpp+15.5k-8.0k
- test/find-package-test/CMakeLists.txt+1-4
- test/fuzz.cpp+107
- test/options.cpp+395-34
Submodule googletest updated 103 files
Submodule ruy updated from 363f252 to d245764
Submodule thrust updated from d997cd3 to a1ffa23
0 commit comments