-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c1755e
commit 5d9cbe2
Showing
9 changed files
with
12 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule SPIRV-Cross
updated
100 files
Submodule SPIRV-Headers
updated
15 files
Submodule SPIRV-Tools
updated
80 files
Submodule Vulkan-Headers
updated
42 files
Submodule googletest
updated
44 files
Submodule volk
updated
9 files
Submodule xxHash
updated
13 files
+11 −11 | .github/workflows/ci.yml | |
+72 −0 | .github/workflows/scorecard.yml | |
+1 −0 | .gitignore | |
+1 −0 | Doxyfile | |
+1 −0 | Doxyfile-internal | |
+20 −5 | Makefile | |
+15 −0 | cli/xsum_os_specific.c | |
+80 −19 | cli/xxhsum.1 | |
+4 −5 | cli/xxhsum.1.md | |
+30 −8 | cli/xxhsum.c | |
+5 −1 | xxh_x86dispatch.c | |
+3 −4 | xxhash.c | |
+469 −194 | xxhash.h |