[simsimd] update to 6.5.13#48970
Merged
Merged
Conversation
Member
|
This appears like a real failure: Change Dir: 'D:/b/simsimd/arm64-windows-dbg'
Run Build Command(s): D:/downloads/tools/ninja/1.13.2-windows/ninja.exe -v -v -j33 install
[1/3] C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1444~1.352\bin\Hostx64\arm64\cl.exe -Dsimsimd_shared_EXPORTS -ID:\b\simsimd\src\v6.5.10-43226ff063.clean\include /nologo /DWIN32 /D_WINDOWS /utf-8 /MP -g -fsanitize=address -std:c17 /showIncludes /FoCMakeFiles\simsimd_shared.dir\c\lib.c.obj /FdCMakeFiles\simsimd_shared.dir\ /FS -c D:\b\simsimd\src\v6.5.10-43226ff063.clean\c\lib.c
FAILED: [code=2] CMakeFiles/simsimd_shared.dir/c/lib.c.obj
C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1444~1.352\bin\Hostx64\arm64\cl.exe -Dsimsimd_shared_EXPORTS -ID:\b\simsimd\src\v6.5.10-43226ff063.clean\include /nologo /DWIN32 /D_WINDOWS /utf-8 /MP -g -fsanitize=address -std:c17 /showIncludes /FoCMakeFiles\simsimd_shared.dir\c\lib.c.obj /FdCMakeFiles\simsimd_shared.dir\ /FS -c D:\b\simsimd\src\v6.5.10-43226ff063.clean\c\lib.c
cl : Command line warning D9002 : ignoring unknown option '-g'
cl : Command line warning D9002 : ignoring unknown option '-fsanitize=address'
C:\Program Files (x86)\Windows Kits\10\\include\10.0.26100.0\\um\winnt.h(169): fatal error C1189: #error: "No Target Architecture"
ninja: build stopped: subcommand failed. |
Contributor
Author
|
I met compilation errors on arm64_windows: I can't found the reason. Let me drop it. |
JavierMatosD
approved these changes
Feb 19, 2026
JavierMatosD
left a comment
Contributor
There was a problem hiding this comment.
https://github.com/ashvardanian/SimSIMD/blob/main/c/lib.c#L32
I don't think upstream intends arm64-windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
./vcpkg x-add-version --alland committing the result.https://github.com/ashvardanian/SimSIMD/releases/tag/v6.5.13
https://github.com/ashvardanian/SimSIMD/releases/tag/v6.5.12
https://github.com/ashvardanian/SimSIMD/releases/tag/v6.5.10