this post was submitted on 14 Mar 2026
17 points (90.5% liked)

Hardware

6538 readers
164 users here now

All things related to technology hardware, with a focus on computing hardware.


Some other hardware communities across Lemmy:


Rules (Click to Expand):

  1. Follow the Lemmy.world Rules - https://mastodon.world/about

  2. Be kind. No bullying, harassment, racism, sexism etc. against other users.

  3. No Spam, illegal content, or NSFW content.

  4. Please stay on topic, adjacent topics (e.g. software) are fine if they are strongly relevant to technology hardware. Another example would be business news for hardware-focused companies.

  5. Please try and post original sources when possible (as opposed to summaries).

  6. If posting an archived version of the article, please include a URL link to the original article in the body of the post.


Icon by "icon lauk" under CC BY 3.0

founded 2 years ago
MODERATORS
 

143 vs 36 minutes is far too big difference

you are viewing a single comment's thread
view the rest of the comments
[–] Eldritch@piefed.world 8 points 1 day ago* (last edited 1 day ago) (1 children)

ISA. API exist at a different level. But basically sure. The ISA specifies how instructions should behave. But it's up to the chip designer to figure out how to accomplish it. Its the difference between HTML and Chrome or Firefox. They both take HTML instructions and use them to present the page as desired. But could get there very differently.

A lot of processor "speed" increase since the 2010s has come from parallelization and SIMD etcetera. Most of the Risc-v cores and SoC to this point have been micro controller or basic proof of concept cores for development. With speeds and performance matching early 2000s systems. But the newer RVA23 systems coming out should mark the start of the more specialized and powerful application processors. But implementation will always play a factor.

[–] Buffalox@lemmy.world 2 points 1 day ago (1 children)

it’s up to the chip designer to figure out how to accomplish it

Exactly, which is my point, and since RISC-V doesn't have a specific chip designer, but the ISA is open, you can't equal RISC-V ISA in general to any specific chip.

[–] Eldritch@piefed.world 3 points 1 day ago

Yes, it would technically be like defining AMD to mean all x86 architecture. Sometimes it would have reflected well. Other times not. But never would have been accurate.

Hopefully though well see smart SIMD subsystems and vector units that can accelerate the operations. Without requiring new hard coded CISC microcode like modern x86. But only time will tell.