[simde] update to 0.8.0 (#37462)

This commit is contained in:
JonLiu1993 2024-03-15 18:39:07 -07:00 committed by GitHub
parent c679ba3ccc
commit 9c1a8aadfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simd-everywhere/simde
REF "v${VERSION}"
SHA512 de17fca563c4db6766881e1c73142ad129a57febe55fa8ea1ae780226e60a84891b13d387e75574f2722d77e4013176e3c7dfaf17bccd8682b7d3d3ec8e92a54
SHA512 b0667583565ea9e59d18a07c7a3cb46710868c9572663e314278ca2004747e337e34f6b927c9c5d29e161caba8ec0428e5299b6e878e226b9f33597a1584b91d
HEAD_REF master
)

View File

@ -1,6 +1,6 @@
{
"name": "simde",
"version": "0.7.6",
"version": "0.8.0",
"description": "Implementations of SIMD instruction sets for systems which don't natively support them",
"homepage": "https://github.com/simd-everywhere/simde",
"license": "MIT"

View File

@ -8053,7 +8053,7 @@
"port-version": 0
},
"simde": {
"baseline": "0.7.6",
"baseline": "0.8.0",
"port-version": 0
},
"simdjson": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3587acebc7192f6263ece74c3bcf801b86d3cb49",
"version": "0.8.0",
"port-version": 0
},
{
"git-tree": "3776be38dc5cf963db0a97cbb5b043488c43b79c",
"version": "0.7.6",