|
|
|
|
|
by BeeOnRope
530 days ago
|
|
That's true, but another part of the tables show how many "ports" the operation can be executed on, which is enough information to concluded an operation is pipelined. For example, for many years Intel chips had a multiplier unit on a single port, with a latency of 3 cycles, but an inverse throughput of 1 cycle, so effectively pipelined across 3 stages. In any case, I think uops.info [1] has replaced Agner for up-to-date and detailed information on instruction execution. --- [1] https://uops.info/table.html |
|