◄ 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.