]> granicus.if.org Git - libx264/commit
BMI1 decimate functions
authorFiona Glaser <fiona@x264.com>
Wed, 15 Feb 2012 00:54:03 +0000 (16:54 -0800)
committerFiona Glaser <fiona@x264.com>
Wed, 7 Mar 2012 01:13:21 +0000 (17:13 -0800)
commit42db5e6f8f704a2b0a9edf5d9cd4a17d80e5b816
tree92917523fbf543577050c9c82a9a2bec384d4eb6
parent92b0bd9665860d7b48f313d6fd72a583ecb01ddf
BMI1 decimate functions
Intel was nice enough to make tzcnt equal to "rep bsf", which is backwards-compatible.
This means we don't actually have to add new functions to make it work.
common/x86/bitstream-a.asm
common/x86/quant-a.asm
common/x86/x86inc.asm