From 652f5185945c8405fc57aed353286858df8d066f Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 8 Jul 2012 19:16:20 +0200 Subject: x86: mmx2 ---> mmxext in comments and messages --- doc/optimization.txt | 2 +- doc/swscale.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/optimization.txt b/doc/optimization.txt index 78e0077e30..c3e640c207 100644 --- a/doc/optimization.txt +++ b/doc/optimization.txt @@ -253,7 +253,7 @@ Optimization guide for ARM11 (used in Nokia N800 Internet Tablet): http://infocenter.arm.com/help/topic/com.arm.doc.ddi0211j/DDI0211J_arm1136_r1p5_trm.pdf Optimization guide for Intel XScale (used in Sharp Zaurus PDA): http://download.intel.com/design/intelxscale/27347302.pdf -Intel Wireless MMX2 Coprocessor: Programmers Reference Manual +Intel Wireless MMX 2 Coprocessor: Programmers Reference Manual http://download.intel.com/design/intelxscale/31451001.pdf PowerPC-specific: 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. -- cgit v1.2.3