Quoting Henrik Gramner (2016-09-21 17:13:31) > On Wed, Sep 21, 2016 at 9:01 AM, Anton Khirnov <[email protected]> wrote: > > Yes they are, because pxor does not exist in SSE. > > Why not use xorps like the original code then? INIT_XMM sse will also > make mova assemble to movaps instead of movdqa, so no problem there.
mmx only has pxor, so I'd need yet more ifdefs then. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
