提交 e75d1d4f 编写于 作者: C Christophe GISQUET 提交者: Ronald S. Bultje

dsputil x86: revert a test back to its previous value

Commit 356ee8d7 caused the initial inversion.
Signed-off-by: NRonald S. Bultje <rsbultje@gmail.com>
上级 fe5ed69d
......@@ -2961,7 +2961,7 @@ static void dsputil_init_sse2(DSPContext *c, AVCodecContext *avctx,
const int bit_depth = avctx->bits_per_raw_sample;
const int high_bit_depth = bit_depth > 8;
if (mm_flags & AV_CPU_FLAG_3DNOW) {
if (!(mm_flags & AV_CPU_FLAG_SSE2SLOW)) {
// these functions are slower than mmx on AMD, but faster on Intel
if (!high_bit_depth) {
c->put_pixels_tab[0][0] = put_pixels16_sse2;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册