▲ | uncircle 5 days ago | |||||||||||||
X86 isn’t CISC, sure, but it isn’t a RISC architecture either. | ||||||||||||||
▲ | arp242 4 days ago | parent | next [-] | |||||||||||||
Do RISC architectures still exist? ARM has gained tons of stuff and isn't really "RISC" any more either. Maybe RISC-V? It's right there in the name, but I haven't really looked at it. However, there are no RISC-V chips that have anywhere near the performance x86 or ARM has, so it remains to be seen if RISC-V can be competitive with x86 or ARM for these types of things. RISC is one of those things that sounds nice and elegant in principle, but works out rather less well in practice. | ||||||||||||||
| ||||||||||||||
▲ | immibis 4 days ago | parent | prev [-] | |||||||||||||
The traditional CISC and RISC division broke down the moment processors started doing more than one thing at a time. A RISC architecture was actually one with simple control flow and a CISC architecture was one with complex control flow, usually with microcode. This distinction isn't applicable to CPUs past the year 1996 or so, because it doesn't make sense to speak of a CPU having global control flow. |