diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-08 19:16:20 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-31 00:37:42 +0100 |
commit | 652f5185945c8405fc57aed353286858df8d066f (patch) | |
tree | 9f8c506e35db936ad852bced9d309783cebd2f17 /libavcodec/x86/dsputil_mmx.c | |
parent | 04581c8c77ce779e4e70684ac45302972766be0f (diff) | |
download | ffmpeg-652f5185945c8405fc57aed353286858df8d066f.tar.gz |
x86: mmx2 ---> mmxext in comments and messages
Diffstat (limited to 'libavcodec/x86/dsputil_mmx.c')
-rw-r--r-- | libavcodec/x86/dsputil_mmx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c index 86a08cb06c..ef843b5234 100644 --- a/libavcodec/x86/dsputil_mmx.c +++ b/libavcodec/x86/dsputil_mmx.c @@ -205,11 +205,11 @@ DECLARE_ALIGNED(16, const double, ff_pd_2)[2] = { 2.0, 2.0 }; #undef OP_AVG /***********************************/ -/* MMX2 specific */ +/* MMXEXT specific */ #define DEF(x) x ## _mmx2 -/* Introduced only in MMX2 set */ +/* Introduced only in MMXEXT set */ #define PAVGB "pavgb" #define OP_AVG PAVGB |