Re: Wrong colors on BIG ENDIAN in games/apps which use 15,16 or 32bit video modes
Posted on 2020-01-29, 23:17
> qReverse This library seems to be aimed at doing a fullscreen "mirror" operation, which is not the operation that is needed here. qReverse has SIMD for NEON/SSSE3+, but PPC would require AltiVec? It looks like AltiVec does have a byte permutation (shuffle) instruction, though.