[FFmpeg-cvslog] r9079 - trunk/libavcodec/i386/dsputil_mmx.c

zuxy subversion
Sun May 20 07:07:45 CEST 2007


Author: zuxy
Date: Sun May 20 07:07:44 2007
New Revision: 9079

Log:
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon


Modified:
   trunk/libavcodec/i386/dsputil_mmx.c

Modified: trunk/libavcodec/i386/dsputil_mmx.c
==============================================================================
--- trunk/libavcodec/i386/dsputil_mmx.c	(original)
+++ trunk/libavcodec/i386/dsputil_mmx.c	Sun May 20 07:07:44 2007
@@ -177,7 +177,6 @@ static const uint64_t ff_pb_FC attribute
 /* 3Dnow specific */
 
 #define DEF(x) x ## _3dnow
-/* for Athlons PAVGUSB is preferred */
 #define PAVGB "pavgusb"
 
 #include "dsputil_mmx_avg.h"




More information about the ffmpeg-cvslog mailing list