mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 12:14:14 +08:00
[Xsimd] update to 13.0.0 (#39437)
This commit is contained in:
parent
b0bd9cda32
commit
46e16df80a
@ -2,7 +2,7 @@ vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO xtensor-stack/xsimd
|
||||
REF "${VERSION}"
|
||||
SHA512 8e45a8e9b28358d5f20f713ea19a8c366edc62790c27984149f283dfe808d78a549c8ec465e8b3677d7e30b2cb80093908de364bbb9dc80683f5fdfb843131e1
|
||||
SHA512 cdc42ddad3353297cf25ea2b6b3f09967f5f388efc26241f2997979fdbbac072819ff771145bc5bfa86cb326cca84b4119e8e6e3f658407961cf203a40603a7f
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xsimd",
|
||||
"version": "12.1.1",
|
||||
"version": "13.0.0",
|
||||
"description": "Modern, portable C++ wrappers for SIMD intrinsics",
|
||||
"homepage": "https://github.com/xtensor-stack/xsimd",
|
||||
"license": "BSD-3-Clause",
|
||||
|
@ -9589,7 +9589,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"xsimd": {
|
||||
"baseline": "12.1.1",
|
||||
"baseline": "13.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"xtensor": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b79289e60e4e2319af838958ca258ea6dbbffb14",
|
||||
"version": "13.0.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "ca2d5b99e04ca0ccb3f30d0ca8a654bb4d371369",
|
||||
"version": "12.1.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user