-
Notifications
You must be signed in to change notification settings - Fork 415
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
Enabling ppc64le support #68
Comments
I write here some notes about you code:
Obviously for LITTLE_ENDIAN these constant must have another values. |
@ermig1979, thank you for your comments!
This is the current list of tests that fail:
I have not yet checked what is wrong there. There is also a minor issue in I will keep you posted. Meanwhile, if you recall any further places in the code that might be endianness-sensitive, please, let me know. |
BgraToBayer - there are a constants in file SimdVmxBgraToBayer.cpp (I would recommend to search there). |
@ermig1979 , thank you I'll check. |
The current version of the library supports ppc64 big-endian, but does not support ppc64 little-endian. I am trying to enable ppc64le support (see https://github.com/pozdneev/Simd/tree/enabling-ppc64le-support).
@ermig1979, Could you please advise on the endianness-sensitive code?
These are the tests that fail:
So far, I modified (see master...pozdneev:enabling-ppc64le-support):
The text was updated successfully, but these errors were encountered: