-
Notifications
You must be signed in to change notification settings - Fork 53
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
Many plugins don't work on big-endian #195
Comments
nemequ
added a commit
that referenced
this issue
Mar 12, 2016
I assume this reflects if compression and decompression, both on BE, works? It could also be interesting to see how many libraries are able to decompress data on BE that was compressed on LE. |
That's a good point, thanks. I'll make sure to add a way to test that. |
nemequ
added a commit
that referenced
this issue
Jul 23, 2016
This should fix the issues we were seeing with ms-compress on big endian; see coderforlife/ms-compress#32 and #195
nemequ
added a commit
that referenced
this issue
Jul 23, 2016
This should fix the issues we were seeing with ms-compress on big endian; see coderforlife/ms-compress#32 and #195
nemequ
added a commit
that referenced
this issue
Jul 23, 2016
This should fix the issues we were seeing with ms-compress on big endian; see coderforlife/ms-compress#32 and #195
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some of these may just require the build system to tell them the target is BE.
The text was updated successfully, but these errors were encountered: