| SIMD | |
| By Gabriel Torres on December 29, 2005 | Page 1 of 1 |
Single Instruction, Multiple Data SIMD is a type of instruction capable of processing several data chunks at once. For example, using a 32-bit register to load and execute four eight-bit data at the same time. In this example, this task would be four times faster than manipulating the four eight-bit data individually. There are several implementations for SIMD technology, like MMX, SSE and 3Dnow. To use this technology, the processor must have a SIMD instruction set and the program must be compiled (i.e. written) using it in order to have a performance gain. | |
| Originally at http://www.hardwaresecrets.com/dictionary/term/280 | |
© 2004-8, 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. | |