SSE3

From Chessprogramming wiki
Revision as of 10:45, 9 August 2018 by GerdIsenberg (talk | contribs) (Created page with "'''Home * Hardware * x86 * SSE3''' '''SSE3''' (Streaming SIMD Extensions 3), is Intel's third iteration for the SSE x86 instruction set, i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Home * Hardware * x86 * SSE3

SSE3 (Streaming SIMD Extensions 3), is Intel's third iteration for the SSE x86 instruction set, introduced in 2004 with the Prescott revision of the Pentium 4 CPU. In April 2005 AMD introduced a subset of SSE3 in revision E (Venice and San Diego) of their Athlon 64 CPUs. The 13 new instructions are most processing vectors of floats or doubles, most notable horizontal add and sub inside one 128-bit xmm-register, LDDQU, an alternative misaligned load, which is even quite fast for loads that cross cacheline boundaries [1][2], and FISTTP, which is a new x87 instruction [3].

See also

Publications

External Links

References

Up one Level