Fix CI build failure on macOS

Also update simde to version 0.8. Accidental was using it to debug
issues with building against simde, but now that it's done, keep it.
This commit is contained in:
Kovid Goyal
2024-04-30 08:08:07 +05:30
parent 4858716ca0
commit 8183e9d3ef
4 changed files with 18 additions and 9 deletions

View File

@@ -253,9 +253,9 @@
{
"name": "simde",
"unix": {
"filename": "simde-amalgamated-0.7.6.tar.xz",
"hash": "sha256:703eac1f2af7de1f7e4aea2286130b98e1addcc0559426e78304c92e2b4eb5e1",
"urls": ["https://github.com/simd-everywhere/simde/releases/download/v0.7.6/{filename}"]
"filename": "simde-amalgamated-0.8.0.tar.xz",
"hash": "sha256:7c8dd4d613b18724b7ef3dcd1d58739a91501ed80ace916cbca9b8c13e5b92bb",
"urls": ["https://github.com/simd-everywhere/simde/releases/download/v0.8.0/{filename}"]
}
},