OSDN Git Service

Split pextrw macro-spaghetti into several opt-specific macros, this will make
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 26 Jul 2010 13:50:59 +0000 (13:50 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 26 Jul 2010 13:50:59 +0000 (13:50 +0000)
commit2208053bd3b06703632a82f7bd93c18eb5df18a1
tree9cb059a5d1919dc1b4f52d0d0e3012951c3641b9
parent065a20cb07b03ba7d57d0012dd75a57cb1d09d1e
Split pextrw macro-spaghetti into several opt-specific macros, this will make
future new optimizations (imagine a sse5) much easier. Also fix a bug where
we used the direction (%2) rather than optimization (%1) to enable this, which
means it wasn't ever actually used...

Originally committed as revision 24507 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/x86/vp8dsp.asm