Skip to content

Commit

Permalink
[simde] update to 0.8.2 (#38613)
Browse files Browse the repository at this point in the history
Fixes #38526

Note: no feature need to test.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.

---------

Co-authored-by: Jon <v-zhli17@microsoft.com>
  • Loading branch information
JonLiu1993 and Jon committed May 7, 2024
1 parent 28b1cf6 commit 267a287
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/simde/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO simd-everywhere/simde
REF "v${VERSION}"
SHA512 b0667583565ea9e59d18a07c7a3cb46710868c9572663e314278ca2004747e337e34f6b927c9c5d29e161caba8ec0428e5299b6e878e226b9f33597a1584b91d
SHA512 4e42d7140c0afae507773527c6c0c07e6f0cdad59a1d42ebcf4bd223fc9f71e91a2e3db7746aca3c0c5ad2a13333c2322ce1e384c7d699ddfe33bed6f107aec5
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/simde/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simde",
"version": "0.8.0",
"version": "0.8.2",
"description": "Implementations of SIMD instruction sets for systems which don't natively support them",
"homepage": "https://github.com/simd-everywhere/simde",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8109,7 +8109,7 @@
"port-version": 1
},
"simde": {
"baseline": "0.8.0",
"baseline": "0.8.2",
"port-version": 0
},
"simdjson": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/simde.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "de4114fbc6c0a01a088f18cf5f963bc2d550ed49",
"version": "0.8.2",
"port-version": 0
},
{
"git-tree": "3587acebc7192f6263ece74c3bcf801b86d3cb49",
"version": "0.8.0",
Expand Down

0 comments on commit 267a287

Please sign in to comment.