This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

SSE3

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 12, and FISTTP, which is a new x87 instruction 3.

Contents
  1. See also
  2. Publications
  3. External Links
  4. References

See also

Publications

References

Up one Level


  1. LDDQU: Load Unaligned Integer 128 Bits (x86 Instruction Set Reference)↩︎

  2. Unaligned memory operands - US Patent 6721866 Description↩︎

  3. How to Implement the FISTTP Streaming SIMD Extensions 3 Instruction - Intel® Software Network↩︎

What links here

Contributors: GerdIsenberg.