| SSE | |
| By Gabriel Torres on January 5, 2006 | Page 1 of 1 |
![]()
Streaming SIMD Extensions SSE technology is an implementation of the SIMD concept that was introduced with Pentium III processor. All processors released after this have this technology. SSE is a new instruction set containing 70 new instructions capable of manipulating several small data chunks at the same time. The difference between MMX and SSE is the fact that MMX only handles integer numbers (using 32-bit registers) while SSE handles floating point numbers (128-bit registers). SSE-enable processors have eight new 128-bit registers, called XMM0 thru XMM7. SSE uses 128-bit registers but the instructions can handle floating point numbers of up to 32 bits. So it is possible to handle four 32-bit floating point numbers with a single instruction, for example (32 bits x 4 = 128 bits). To use this technology the processor must be SSE-enabled and the program must be compiled (i.e. written) to use these new instructions. Before Pentium III was officially released this technology was being called KNI (Katmai New Instructions). | |
| Originally at http://www.hardwaresecrets.com/dictionary/term/293 | |
© 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. | |