Hi, On Sat, Jun 11, 2011 at 10:35 AM, Justin Ruggles <[email protected]> wrote: > --- > libavcodec/dsputil.c | 17 +++++++ > libavcodec/dsputil.h | 14 ++++++ > libavcodec/x86/dsputil_mmx.c | 15 +++++++ > libavcodec/x86/dsputil_yasm.asm | 88 > +++++++++++++++++++++++++++++++++++++++ > 4 files changed, 134 insertions(+), 0 deletions(-) [..] > + CLIPD m0, m4, m5, m6 > + CLIPD m1, m4, m5, m6 > + CLIPD m2, m4, m5, m6 > + CLIPD m3, m4, m5, m6
For something like Atom (or basically anything with out-of-order execution), this could be interleaved (i.e. CLIPDx2 m0, m1, m4, m5, m6). With that changed, looks good to me, feel free to apply. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
