Remix.run Logo
luyu_wu a year ago

Low power RISC cores (both ARM and RISC-V) are typically in-order actually!

But any core I can think of as 'high-performance' is OOO.

whaleofatw2022 a year ago | parent [-]

MIPS as well as Alpha AFAIR. And technically itanium, otoh It seems to me a bit like a niche for any performance advantages...

pezezin a year ago | parent | next [-]

I would not call neither MIPS, Alpha nor Itanium "high-performance" in 2025...

p_l a year ago | parent | prev | next [-]

Alpha was out of order starting with EV7, but most importantly the entire architecture was designed with eye for both pipeline hazards and out of order execution, unlike VAX that it replaced which made it pretty much impossible

mattst88 a year ago | parent | prev [-]

Alpha 21264 is out-of-order.