]> granicus.if.org Git - libx264/commit
Optimize x86 asm for Intel macro-op fusion
authorFiona Glaser <fiona@x264.com>
Wed, 14 Sep 2011 21:53:04 +0000 (14:53 -0700)
committerFiona Glaser <fiona@x264.com>
Wed, 21 Sep 2011 19:25:28 +0000 (12:25 -0700)
commit2701440c515a9a8aee1c87d7c06c98e43c3d813f
tree6b8d9c6c4e76dd50ffd3b57fe320481faad41c5d
parent2d481bc0ee053634fe46c0df2cbc646733dd137d
Optimize x86 asm for Intel macro-op fusion
That is, place all loop counter tests right before their conditional jumps.
common/x86/cabac-a.asm
common/x86/mc-a.asm
common/x86/mc-a2.asm
common/x86/pixel-a.asm
common/x86/quant-a.asm
common/x86/sad16-a.asm