x87
- refers to a set of instructions and registers within the x86 architecture primarily used for floating-point arithmetic
- it originated as optional floating-point coprocessors (NPX) alongside x86 CPUs and later became integrated into the main CPU
- while still present for backward compatibility, particularly in 32-bit mode, its use is generally discouraged in favor of SIMD instructions like SSE in modern development