On Tue, Oct 01, 2013 at 02:52:10PM -0400, Justin Ruggles wrote: > On 10/01/2013 01:44 PM, Diego Biurrun wrote: > >x86_64 always has SSE2, so skip compiling in SIMD-optimized functions > >that will always be overridden by variants of the same function done > >with more advanced SIMD optimization types. > > I don't think this is a good idea. It's a lot of extra ifdeffery for > next to zero practical gain.
Binary size goes down on x86_64 and we already have a lot of it in place, it's just not done in all places. This patch completes the work. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
