]> git.sesse.net Git - x264/commit
Fix compilation in gcc 3.4.x (issue in r946)
authorFiona Glaser <fiona@x264.com>
Fri, 22 Aug 2008 01:23:08 +0000 (21:23 -0400)
committerFiona Glaser <fiona@x264.com>
Fri, 22 Aug 2008 01:23:08 +0000 (21:23 -0400)
commit7086a2037ebb9bd45eec3cfa3372e0d04b7a2c31
tree286f0bb3afba26b68f7c543d4f164d933920f9ba
parent20e8982e3196bf8d0820772571e75a50cd07aabe
Fix compilation in gcc 3.4.x (issue in r946)
Due to a bug in gcc 3.4.x, in certain cases of inlining, the array_non_zero_int_mmx inline asssembly is miscompiled and causes a crash with --subme 7 --8x8dct.
This minor hack fixes this issue.
common/x86/util.h