• 0 Posts
  • 2 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle
  • RISC is just a design philosophy, ARM and RISC-V are different command sets (opcodes) and software will have to be recompiled to run on it without emulation, which would be slow.

    Think of it like languages. Both Japanese and English can describe an apple, but the actual words are dramatically different.

    A good thing is that with the ARM revolution people have gotten used to building and debugging code that can build on both x64 and ARM, so being able to build and run on RISC-V is like learning a third (or fourth language if you include going from x86 to x86-64) and anyone who’s learned languages will tell you each one is easier to learn than the last. It will take less time for developers to have RISC-V build targets in theory.