this post was submitted on 28 Aug 2024
31 points (97.0% liked)
RISC-V
876 readers
2 users here now
RISC-V (pronounced "risk-five") is a license-free, modular, extensible instruction set architecture (ISA).
riscv.org
Other RISC-V communities on Lemmy
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
There appears to be dedicated silicon for e.g.
ADD AH, BL
, see uops.info showing it having 1 uop across multiple microarchitectures (e.g.1*p0156
being notation that it takes one uop on any port between 0/1/5/6, i.e. theoretical throughput of 4 instrs/cycle; I think the displayed 0.4 is just an artifact of it only testing 3 different destination registers despite there being a dependency on it). The newer Alder Lake actually has less throughput, but still takes only one uop.