microZEUS
The whole stack, hand-drawn.

◄ Wiki / Graphics

SSE

Intel's family of x86 instructions that process several numbers at once for faster math.

Streaming SIMD Extensions add wide registers to x86 CPUs so one instruction can operate on multiple values simultaneously — for example shading four pixel lanes in parallel. It is the concrete x86 implementation of SIMD, and using SSE intrinsics is a common way to accelerate a portable scalar code path on Intel and AMD hardware.

See also

  • SIMDA CPU technique that applies one instruction to several pieces of data at once for speed.
  • RosettaApple's translation layer that lets software built for Intel (x86) Macs run on newer ARM-based Apple chips.

Referenced by

Rosetta · SIMD