Hacker News new | ask | show | jobs
by thesz 1926 days ago
Multiplier in M1 can be pipelined or relicated (or both), so issuing two instructions can be as fast as issuing one.

Instruction recognition logic (DAG analysis, BTW) is harder to implement than to implement pipelined multiplier. Former is a research project, while latter was done at the dawn of computing.