The speed and the efficiency of these chips are just insane:

“As just one example, a recent microprocessor design using RISC-V has a clock speed of 5 gigahertz, well above a recent, top-of-the-line Intel Xeon server chip, E7, running at 3.2 gigahertz. Yet the novel RISC-V chip burns just 1 watt of power at 1.1 volts, less than one percent of the power burned by the Intel Xeon.” (Source)

Perhaps reading from the source is better? 🙂 https://riscv.org/

Sorry if I’m preaching to the choir, given the type of Lemmy users, in terms of already knowing about RISC-V and in terms of assuming y’all know about the M1. Still, I just learned about RISC-V today, and I’m awed!

  • @Jeffrey@lemmy.ml
    link
    fedilink
    63 years ago

    It’s worth noting that 1GHz x86-64 is not the same as 1GHz RISC-V or 1GHz ARM. Different CPU architectures have different instruction sets, so it might require more cycles to achieve the same result.

    e.g. 1GHz x86-64 and a 2GHz ARM - The x86-64 chip has a desired instruction built in, so it is able to perform the desired calculation in 5 cycles. The ARM chip does not include the desired instruction, so it takes 50 cycles to achieve the same result. Even though the ARM chip is twice as fast, it will take ~5x longer to run the same task.

    I’ve never used RISC-V, but I did some testing with a couple ARM CPUs and a couple x86-64 CPUs last year and the results were roughly: ARM took ~5x longer, and x86-64 used ~5x more electricity. For the chips I was using, and for the work I was doing, there wasn’t any efficiency gain by switching fully to ARM.

    I am super excited for RISC-V, though! I can’t wait to have a RISC-V coreboot machine.

  • outplayed
    link
    fedilink
    33 years ago

    RISC-V is something I always read about and get really excited about. The problem is, there’s very few chips actually available, and that you can’t really use it outside of a few expensive enthusist boards.