this post was submitted on 24 Jun 2024
46 points (89.7% liked)

Linux

8677 readers
316 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] refalo@programming.dev 2 points 1 year ago (1 children)

RISC-V has already been ruined by a zillion proprietary vendor extensions.

[–] sabreW4K3@lazysoci.al 1 points 1 year ago (1 children)

Can the extensions not be replaced?

[–] refalo@programming.dev 2 points 1 year ago (1 children)

no it's part of the physical hardware design

[–] sabreW4K3@lazysoci.al 0 points 1 year ago (1 children)

What I mean is, given the open source nature of RISC V, if someone puts out a chip with a proprietary extension, isn't it likely that there will be a rip off that does the same but in an alternative manner? Like how there's tonnes of Raspberry Pi like boards available.

[–] taanegl@beehaw.org 2 points 1 year ago (1 children)

The RISC-V is an extensible ISA, so yes. All those vendor extensions are optional, when fabricating the processor, which can be replaced by other extensions over time.

Both Intel and AMD have had vendor extensions in the designs that they no longer use, even ones that have been "retracted" (i.e whatever in the heck Intel is doing with their AVX extensions).

But yeah, currently, there are a lot of proprietary extensions, which could still be declared as open hardware as well. So yeah.

[–] sabreW4K3@lazysoci.al 1 points 1 year ago

I'm honestly surprised that RISC V wasn't licensed so that it was only open architecture.