Watch the actual hardware datapath compute w × x with zero multipliers. Each cycle: load a coefficient term → barrel-shift the input → add to accumulator. That's it.
This is the entire compute pipeline. No multiplier. No floating-point unit. Every MAC in an LLM, a filter, a beamformer, a radar — all of it reduces to this: load a tuple, shift, add, repeat. The barrel shifter is ~500 gates. The accumulator is ~290 gates. Total PE: ~1,095 gates vs ~3,200 for an FP32 MAC — ~3× smaller, enabling ~3× more PEs per mm² of silicon.