this post was submitted on 16 Oct 2024
168 points (99.4% liked)

Technology

58743 readers
4079 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 19 hours ago

I'm not sure what you'd like to read about, but risc-v is basically an open source CPU design. It's not compatible with anything else, so developers will need to build software specifically for it, just like how x86 and ARM are completely different.

The nice thing about it being open source is that any company can tweak the design and send it off to a fab to get chips made, so you're not really at the mercy of the big chip companies like AMD, Intel, or Qualcomm. So if someone like Samsung wants a super low-power device (e.g. for a watch), they can remove unnecessary stuff from the chip design and fab their own. Or they can go full-fat for a desktop chip. Or if they need a special instruction for their particular workload, they can implement it themselves and fab it.

At its current state, Linux largely works on it and there are hobby boards available and some other small devices, but it's nowhere near ARM in performance or efficiency (hopefully getting there).