From b1932fc8b0f4080bc5cd1e153cdfae17c0c80f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:08:01 +0000 Subject: [PATCH 1/2] Bump actions/cache from 4.2.4 to 4.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/0400d5f644dc74513175e3cd8d07132dd4860809...0057852bfaa89a56745cba8c7296529d2fc39830) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 699120c6ac..4253ba8a62 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -236,7 +236,7 @@ jobs: - uses: bazelbuild/setup-bazelisk@b39c379c82683a5f25d34f0d062761f62693e0b2 # v3.0.0 - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/.cache/bazel key: bazel-${{ runner.os }} From 84379d1c73de9681b54fbe1c035a23c7bd5d272d Mon Sep 17 00:00:00 2001 From: Jan Wassenberg Date: Thu, 25 Sep 2025 08:45:51 -0700 Subject: [PATCH 2/2] update README external link to its main branch PiperOrigin-RevId: 811367236 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02afd4222..d6cc1f5156 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ runtime. Alternatively, developers may choose to target a single instruction set without any runtime overhead. In both cases, the application code is the same except for swapping `HWY_STATIC_DISPATCH` with `HWY_DYNAMIC_DISPATCH` plus one line of code. See also @kfjahnke's -[introduction to dispatching](https://github.com/kfjahnke/zimt/blob/multi_isa/examples/multi_isa_example/multi_simd_isa.md). +[introduction to dispatching](https://github.com/kfjahnke/zimt/blob/main/examples/multi_isa_example/multi_simd_isa.md). **Suitable for a variety of domains**: Highway provides an extensive set of operations, used for image processing (floating-point), compression, video