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

Hardware

6538 readers
204 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
[–] Buffalox@lemmy.world 7 points 1 day ago* (last edited 1 day ago) (3 children)

RISC-V is not an architecture, it's an ~~API~~ ISA.
RISC-V can be built to be energy efficient or fast or cheap top make, just like any other API can have different architectures for those purposes so can RISC-V.
RISC-V can be fast, but it requires massive resources to develop it to be as fast as other leading products.

[–] 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.

[–] markz@suppo.fi 2 points 1 day ago

This is about what you can get out of RISC-V now, and not the instruction set being "slow"

[–] Rekall_Incorporated@piefed.social 1 points 1 day ago (1 children)

This maybe true, but it's also true that are no fast RISC-V devices on the market (even if it is of course possible to develop a fast anything with enough time and resources).

[–] Buffalox@lemmy.world 8 points 1 day ago* (last edited 1 day ago) (1 children)

No I repeat RISC-V is an ~API~ ISA, and the ~API~ ISA is by no means inherently slow. There are no fast RISC-V compatible processors, which is a completely different thing.
It's like claiming the paper in a printer is slow, when obviously it's not the paper but the printer.

[–] stsquad@lemmy.ml -2 points 1 day ago (2 children)

If there are no "fast" processors why even bother trying to port a general purpose OS like Fedora to it.

[–] Buffalox@lemmy.world 6 points 1 day ago* (last edited 1 day ago)

Because it's an open API as in actually open, (not bullshit open like OpenAI) and people like that. There are also other factors than speed, like energy consumption, size and price, and of course security, which is becoming a huge issue with traditional products that have back doors.
But for now the major factor is the openness, which means everybody can make one without having to pay license fees to anybody.

[–] Brkdncr@lemmy.world 4 points 1 day ago

There are no fast processors “yet”