[simsimd] update to 5.4.4 (#41324)

This commit is contained in:
c8ef 2024-10-04 23:42:29 +08:00 committed by GitHub
parent 2957f3810b
commit 6e0d382604
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO ashvardanian/SimSIMD REPO ashvardanian/SimSIMD
REF "v${VERSION}" REF "v${VERSION}"
SHA512 b4c0150d0a679f6ff5eb7d0a8816f713f9d72a4cbc5e230d9553584283deba2090d13ececddda22a8242d1923ca4f3771b3bea60e3dc40b77c546197d0d1ce6a SHA512 abddc3522f28602c0bfbdcdf3f045b3ffbb88cc9182741333df7a7e6d8fcf523dbd876b30381cdc741b712c42665f65796477ec3c458cdd9ef4ac4e4038b9052
HEAD_REF main HEAD_REF main
PATCHES PATCHES
export-target.patch export-target.patch

View File

@ -1,6 +1,6 @@
{ {
"name": "simsimd", "name": "simsimd",
"version": "5.4.1", "version": "5.4.4",
"description": "Fastest similarity-measures and distance functions on the Wild West vectors, strings, short molecules, and even DNA sequences. All with a pinch of SIMD for both x86 and ARM.", "description": "Fastest similarity-measures and distance functions on the Wild West vectors, strings, short molecules, and even DNA sequences. All with a pinch of SIMD for both x86 and ARM.",
"homepage": "https://github.com/ashvardanian/SimSIMD", "homepage": "https://github.com/ashvardanian/SimSIMD",
"license": "Apache-2.0", "license": "Apache-2.0",

View File

@ -8341,7 +8341,7 @@
"port-version": 0 "port-version": 0
}, },
"simsimd": { "simsimd": {
"baseline": "5.4.1", "baseline": "5.4.4",
"port-version": 0 "port-version": 0
}, },
"sjpeg": { "sjpeg": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "a1620e76488c7d67a53aa3ebe9d894e495bf5176",
"version": "5.4.4",
"port-version": 0
},
{ {
"git-tree": "6ccf891a395b5acb9b95e9120e646169ded5c142", "git-tree": "6ccf891a395b5acb9b95e9120e646169ded5c142",
"version": "5.4.1", "version": "5.4.1",