summaryrefslogtreecommitdiff
path: root/doc/swscale.txt
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-08 19:16:20 +0200
committerDiego Biurrun <diego@biurrun.de>2012-10-31 00:37:42 +0100
commit652f5185945c8405fc57aed353286858df8d066f (patch)
tree9f8c506e35db936ad852bced9d309783cebd2f17 /doc/swscale.txt
parent04581c8c77ce779e4e70684ac45302972766be0f (diff)
x86: mmx2 ---> mmxext in comments and messages
Diffstat (limited to 'doc/swscale.txt')
-rw-r--r--doc/swscale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/swscale.txt b/doc/swscale.txt
index 0dc4b8a5af..206600976c 100644
--- a/doc/swscale.txt
+++ b/doc/swscale.txt
@@ -58,7 +58,7 @@ Input to YUV Converter
Horizontal scaler
There are several horizontal scalers. A special case worth mentioning is
- the fast bilinear scaler that is made of runtime-generated MMX2 code
+ the fast bilinear scaler that is made of runtime-generated MMXEXT code
using specially tuned pshufw instructions.
The remaining scalers are specially-tuned for various filter lengths.
They scale 8-bit unsigned planar data to 16-bit signed planar data.