lu-zero / x264

My experiments on the x264 codebase
GNU General Public License v2.0
0 stars 7 forks source link

hardamad is broken on ppc le #1

Closed lu-zero closed 7 years ago

lu-zero commented 8 years ago

The function assumes a certain kind of unaligned read and related permutation, the permutation matrix should be changed and the appropriate load primitive should be used.