On Wed, Aug 22, 2012 at 11:43:26AM -0400, Daniel Kang wrote: > On Wed, Aug 22, 2012 at 5:01 AM, Diego Biurrun <[email protected]> wrote: > > On Tue, Aug 21, 2012 at 10:08:03PM -0500, [email protected] wrote: > > > From: Daniel Kang <[email protected]> > > > > > > +%if ARCH_X86_64 > > > +; Is there a has ssse3 flag? > > > > Yes of course, why do you ask in a comment buried deep in the code? > > Fixed.
Sorry, the config variable only indicates that the compiler can handle SSSE3 inside of inline assembly. There is no need to %ifdef SSSE3 code out in standalone assembly. There only AVX needs to be %ifdeffed. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
