| SSE2 | |
| By Gabriel Torres on January 6, 2006 | Page 1 of 1 |
![]()
Streaming SIMD Extensions 2 SSE2 technology is a SIMD concept implementation introduced with Pentium 4 processor. All processors released after the first Pentium 4 have this technology. SSE2 brings 144 new instructions capable of manipulating several small data chunks at the same time. The difference between SSE and SSE2 is that SSE can handle up to 32-bit floating point numbers, while SSE2 can handle up to 64-bit floating point numbers. To use this technology the processor must be SSE2-enabled and the program must be compiled (i.e. written) to use these new instructions. | |
| Originally at http://www.hardwaresecrets.com/dictionary/term/294 | |
© 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. | |