Skip to main content
Source Link
200_success
  • 145.6k
  • 22
  • 191
  • 481

Single Instruction, Multiple Data describes CPU instructions that process many operands in parallel. Examples of SIMD instruction sets include AltiVec on PowerPC, SSE and MMX on Intel x86, and 3DNow! on AMD.

Related tag: .