• __dev@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 days ago

    compressed instruction set /= variable-width […]

    Oh for sure, but before the days of super-scalars I don’t think the people pushing RISC would have agreed with you. Non-fixed instruction width is prototypically CISC.

    For simpler cores it very much does matter, and “simpler core” here can also could mean barely superscalar, but with insane vector width, like one of 1024 GPU cores consisting mostly of APUs, no fancy branch prediction silicon, supporting enough hardware threads to hide latency and keep those APUs saturated. (Yes the RISC-V vector extension has opcodes for gather/scatter in case you’re wondering).

    If you can simplify the instruction decoding that’s always a benefit - moreso the more cores you have.

    Then, last but not least: RISC-V absolutely deserves the name it has because the whole thing started out at Berkeley.

    You’ll get no disagreement from me on that. Maybe you misunderstood what I meant by “CISC-V would be just as exciting”? I meant that if there was a popular, well designed, open source CISC architecture that was looking to be the eventual future of computing instead of RISC-V then that would be just as exciting as RISC-V is now.