Skip to content

Commit

Permalink
highway: update to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Grok Compression committed Nov 19, 2024
1 parent 3b73650 commit f638e29
Show file tree
Hide file tree
Showing 159 changed files with 15,726 additions and 6,563 deletions.
1 change: 1 addition & 0 deletions src/lib/core/highway/.bazelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
common --enable_bzlmod
25 changes: 25 additions & 0 deletions src/lib/core/highway/.bcr/metadata.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"homepage": "https://github.com/google/highway",
"maintainers": [
{
"email": "janwas@google.com",
"github": "jan-wassenberg",
"name": "Jan Wassenberg"
},
{
"email": "eustas@google.com",
"github": "eustas",
"name": "Eugene Kliuchnikov"
},
{
"email": "rhettstucki@google.com",
"github": "rhettstucki",
"name": "Rhett Stucki"
}
],
"repository": [
"github:google/highway"
],
"versions": [],
"yanked_versions": {}
}
10 changes: 10 additions & 0 deletions src/lib/core/highway/.bcr/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bcr_test_module:
module_path: "bzlmod"
matrix:
platform: ["debian10", "macos", "ubuntu2004", "windows"]
tasks:
run_tests:
name: "Run test module"
platform: ${{ platform }}
test_targets:
- ":hwy_ops_tests"
5 changes: 5 additions & 0 deletions src/lib/core/highway/.bcr/source.template.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"integrity": "",
"strip_prefix": "{REPO}-{VERSION}",
"url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz"
}
1 change: 1 addition & 0 deletions src/lib/core/highway/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BasedOnStyle: Google
6 changes: 6 additions & 0 deletions src/lib/core/highway/.github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
Loading

0 comments on commit f638e29

Please sign in to comment.