From 663deb54afd8d504787624160e363df83cb137f0 Mon Sep 17 00:00:00 2001 From: Zuxy Meng Date: Sun, 20 May 2007 05:07:44 +0000 Subject: [PATCH] Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon Originally committed as revision 9079 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/i386/dsputil_mmx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/i386/dsputil_mmx.c b/libavcodec/i386/dsputil_mmx.c index 6d88b0a04c..0705fd47a1 100644 --- a/libavcodec/i386/dsputil_mmx.c +++ b/libavcodec/i386/dsputil_mmx.c @@ -177,7 +177,6 @@ static const uint64_t ff_pb_FC attribute_used __attribute__ ((aligned(8))) = 0xF /* 3Dnow specific */ #define DEF(x) x ## _3dnow -/* for Athlons PAVGUSB is preferred */ #define PAVGB "pavgusb" #include "dsputil_mmx_avg.h"