96bit
96bit refers to a data width of 96 bits, equivalent to 12 bytes. In computing, a 96-bit word size is uncommon among mainstream CPUs, which typically use 8, 16, 32, or 64-bit registers. The term is more often encountered in discussions of specialized hardware, experimental architectures, or software implementations that require multi-precision integer arithmetic.
Representation and arithmetic innovations for 96-bit values usually rely on combining smaller native words. In software,
Uses and context for 96-bit data widths are niche. They may appear in specialized digital signal processing,
See also: 64-bit, 128-bit, multi-precision arithmetic, big integers.