ENCYCLOPEDIA 4U .com



Encyclopedia Home Page

Google
  Web Encyclopedia4u.com

 

SSE

SSE (Streaming SIMD Extensions) is a SIMD instruction set designed by Intel, and introduced in their Pentium III series processors as a reply to AMD's 3DNow, which had debuted a year or so earlier. It was originally known as KNI for Katmai New Instructions (Katmai was the code name for the Pentium III). During the Katmai project Intel was looking to offer new functionality to separate the new Pentium III from their earlier product line.

Intel was generally disappointed with their earlier SIMD effort, MMX. MMX had two main problems: it re-used existing floating point registers making the CPU unable to work on both floating point and SIMD data at the same time, and it worked on only integers.

SSE added eight new 128-bit registers that were divided up into four 32-bit floating point numbers. This was in addition to the existing eight "re-used" floating point registers in MMX. SSE also adds a number of instructions for working on floating point data, which sees much more use than the earlier MMX now that the graphics cards all handle integer math internally.

Oddly, however, SSE is implemented using the same circuitry as the FPU, meaning that, once again, the CPU cannot issue both FPU and SSE instructions at the same time for pipelining. The separate registers allow them be mixed together without the performance hit from MMX.

Intel's Pentium 4 implements SSE2, an extension to the basic SSE instruction set.





Content on this web site is provided for informational purposes only. We accept no responsibility for any loss, injury or inconvenience sustained by any person resulting from information published on this site. We encourage you to verify any critical information with the relevant authorities.



Copyright © 2005 Par Web Solutions All Rights reserved.
| Privacy

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "SSE".