History
SSSE3 was first introduced with Intel processors based on the Core microarchitecture on June 26, 2006 with the "Woodcrest" Xeons. SSSE3 has been referred to by the codenames Tejas New Instructions (TNI) or Merom New Instructions (MNI) for the first processor designs intended to support it. SSSE3 has enhanced for HD audio/video decoding/encoding, for example AAC.Functionality
SSSE3 contains 16 new discrete instructions. Each instruction can act on 64-bit MMX or 128-bit XMM registers. Therefore, Intel's materials refer to 32 new instructions. They include: * Twelve instructions that perform horizontal addition or subtraction operations. * Six instructions that evaluate absolute values. * Two instructions that perform multiply-and-add operations and speed up the evaluation ofCPUs with SSSE3
* AMD: ** "Cat" low-power processors *** Bobcat-based processors *** Jaguar-based processors and newer *** Puma-based processors and newer ** "Heavy Equipment" processors *** Bulldozer-based processors *** Piledriver-based processors *** Steamroller-based processors *** Excavator-based processors and newer ** Zen-based processors ** Zen+-based processors ** Zen2-based processors ** Zen3-based processors ** Zen4-based processors ** Zen5-based processors * Intel: ** Xeon 5100 Series ** Xeon 5300 Series ** Xeon 5400 Series ** Xeon 3000 Series ** Core 2 Duo ** Core 2 Extreme ** Core 2 Quad ** Core i7 ** Core i5 ** Core i3 ** Pentium Dual Core (if 64-bit capable; Allendale onwards) ** Celeron 4xx Sequence Conroe-L ** Celeron Dual Core E1200 ** Celeron M 500 series **New instructions
In the table below, (read as 'saturate to signed word') takes a signed integer X, and converts it to −32768 if it is less than −32768, to +32767 if it is greater than 32767, and leaves it unchanged otherwise. As normal for the Intel architecture, bytes are 8 bits, words 16 bits, and dwords 32 bits; 'register' refers to an MMX or XMM vector register.See also
* SIMD * SSE3 * Intel Core 2 * Tejas and Jayhawk * x86 instruction listingsReferences
External links