MMX
By Gabriel Torres on December 27, 2005


MultiMedia Extension or Math Matrix Extensions

MMX technology is the first implementation of the SIMD (Single Instruction, Multiple Data) concept on PCs, by Intel. MMX is a set of 57 instructions that manipulate several small data at once. For example, using a 32-bit register to load and execute four 8-bit instructions at once. In this example this task would be four times faster than manipulating the four 8-bit data individually.

In order to use this technology the CPU must have this instruction set and the software must be compiled (i.e. written) to use it. Otherwise there is no performance gain.

Other implementations of the SIMD concept that follow the same idea of MMX are SSE and 3DNow.

Introduced with Pentium with MMX Technology processor, this technology is present in all CPUs available today.

Originally at http://www.hardwaresecrets.com/dictionary/term/244


© 2004-12, Hardware Secrets, LLC. All Rights Reserved.

Total or partial reproduction of the contents of this site, as well as that of the texts available for downloading, be this in the electronic media, in print, or any other form of distribution, is expressly forbidden. Those who do not comply with these copyright laws will be indicted and punished according to the International Copyrights Law.

We do not take responsibility for material damage of any kind caused by the use of information contained in Hardware Secrets.