You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated there, SSE2 instructions from Intel can be transparently mapped into ALTIVEC starting with GCC-8. I made a quick demonstrator which is 40 to 50% faster (bitshuffle-lz4) compared to the master on a power9. The roadmap is the following:
Add the -DNO_WARN_X86_INTRINSICS compiler flag
Check the compiler version and processor version
Update the tests to validate this path like all the others
The text was updated successfully, but these errors were encountered:
This issue the the continuation of:
Blosc/c-blosc#267
As stated there, SSE2 instructions from Intel can be transparently mapped into ALTIVEC starting with GCC-8. I made a quick demonstrator which is 40 to 50% faster (bitshuffle-lz4) compared to the master on a power9. The roadmap is the following:
The text was updated successfully, but these errors were encountered: