We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I use zig build for windows, and found that the dll with cause crash.
but msvc build is ok. It may caused by HAVE_AMD64_ASM macro.
HAVE_AMD64_ASM
HAVE_AMD64_ASM is on by default for zig build, which is off for msvc.
The text was updated successfully, but these errors were encountered:
90c1229
Undefine HAVE_{AMD64,AVX}_ASM with the Windows calling convention
e9cc216
Fixes #1371
Good catch, thank you!
Yes, absolutely, the calling conventions are different on Windows.
This should be fixed now. Thanks again!
Sorry, something went wrong.
c6933e8
Fixes jedisct1#1371
No branches or pull requests
Hi, I use zig build for windows, and found that the dll with cause crash.
but msvc build is ok. It may caused by
HAVE_AMD64_ASM
macro.HAVE_AMD64_ASM is on by default for zig build, which is off for msvc.
The text was updated successfully, but these errors were encountered: