• ☆ Yσɠƚԋσʂ ☆
      link
      63 years ago

      I’d very much like me some open source hardware. On a related note, this is an interesting write up on what makes M1 so fast, and in large part it comes down to using a RISC instruction set. Since all the instructions are the same length, it’s possible to process them in batches, and efficiently identify what instructions have inter-dependencies and what don’t. This means you can process independent instructions in parallel. On the other hand, CISC architecture precludes doing this because you can’t efficiently preprocess the instructions to figure out what ones can be parallelized.

    • DessalinesA
      link
      13 years ago

      Noice. Does anyone remember if that movie is decent? I saw it a long time ago and forget.

  • @poVoq
    link
    1
    edit-2
    1 year ago

    deleted by creator

    • @cbHXBY1D
      link
      23 years ago

      Keep in mind RISC-V is an architecture and not a processor. That’s like saying ARM is slower than x86. If you said that everyone would say “OK, comparing which implementations?”

      • @poVoq
        link
        1
        edit-2
        1 year ago

        deleted by creator