x86: ac3dsp: Drop mmx variant of ac3_max_msb_abs_int16
authorDiego Biurrun <diego@biurrun.de>
Tue, 29 Oct 2013 02:02:22 +0000 (03:02 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Tue, 29 Oct 2013 16:03:25 +0000 (17:03 +0100)
commita1b82c6b1c7b8843ac4b866c8e0814f10e634887
treed367ac3bcd29e7842e7351589ca22c327d7e3960
parent2ed8a550da524434deb3b89f7ec62ed833bedac5
x86: ac3dsp: Drop mmx variant of ac3_max_msb_abs_int16

The function accidentally uses mmxext instructions, so it causes sigill
on mmx-only CPUs and provides no benefit on CPUs with mmxext available.

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
libavcodec/x86/ac3dsp.asm
libavcodec/x86/ac3dsp_mmx.c