CPU//ALU

The arithmetic logic unit — a combinational circuit inside a core


The arithmetic logic unit — a combinational circuit inside a core

Performs integer addition, subtraction, bitwise AND/OR/XOR, and shifts.

Floating-point math typically lives in a separate FPU.

Modern cores have multiple ALUs executing in parallel, fed by the out-of-order scheduler.

Results are written back to a register