changeset 5049:668249bc4c16 libavcodec

Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon
author zuxy
date Sun, 20 May 2007 05:07:44 +0000
parents 59f2f619f4a2
children a5f6fbc9fa66
files i386/dsputil_mmx.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Sun May 20 01:41:36 2007 +0000
+++ b/i386/dsputil_mmx.c	Sun May 20 05:07:44 2007 +0000
@@ -177,7 +177,6 @@
 /* 3Dnow specific */
 
 #define DEF(x) x ## _3dnow
-/* for Athlons PAVGUSB is preferred */
 #define PAVGB "pavgusb"
 
 #include "dsputil_mmx_avg.h"