diff options
author | Zuxy Meng <zuxy.meng@gmail.com> | 2007-05-20 05:07:44 +0000 |
---|---|---|
committer | Zuxy Meng <zuxy.meng@gmail.com> | 2007-05-20 05:07:44 +0000 |
commit | 663deb54afd8d504787624160e363df83cb137f0 (patch) | |
tree | d1518344411b5bb4ad4d5e4b959e2a3143ca5c43 | |
parent | db7f647e1082fa20c7094aeece0728e530e5f029 (diff) | |
download | ffmpeg-663deb54afd8d504787624160e363df83cb137f0.tar.gz |
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon
Originally committed as revision 9079 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/i386/dsputil_mmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
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" |