On Wed, Jun 26, 2013 at 7:43 PM, Derek Buitenhuis <[email protected]> wrote: > From: Alex Smith <[email protected]> > > Prevents the selection of the slowest code path on non-Intel CPUs. > Taken from x264 and adapted for use with Libav. > > Signed-off-by: Derek Buitenhuis <[email protected]> > --- > Changes: > - Both authors have agreed to relicense to LGPL. > - Line length fixes. > - Commented #endif. > --- > libavutil/x86/cpu.c | 47 ++++++++++++++++++++++++++++++++++++++++++++++ > libavutil/x86/cpu.h | 1 + > libavutil/x86/cpuid.asm | 50 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 98 insertions(+) >
Am i the only one that thinks that this patch is extremely ugly, and if a compiler generates such broken code, it should perhaps simply not be used on non-Intel CPUs? - Hendrik _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
