-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
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
Window x64 platform base_encode outlen is ZERO #40
Comments
An output length of zero is a strong indication that the codec is not properly compiled in. Are you using the Could you compile and run the test suite and print the output? |
Yes, I use this version of base64-0.3.0 release. In the config.h set the |
Conditional code is now only dependent on config.h values in codecs except for NEON which also includes the same checks as in codec_choose. This fixes mayeut/pybase64#8 and probably aklomp#40
Hey, could you please re-test with the latest master branch? The merge of issue #42 may have fixed the bug. |
As of I am tempted to close this issue because there is now comprehensive CI coverage for Windows. |
I compiled the library on Windows x64 platform, I specified the sse3 instruction set, then I used it for encode to base64, but the length of the base64 string is zero. I tried the x86, it is working well.
The text was updated successfully, but these errors were encountered: