@koulib@sh.itjust.works to Linux@lemmy.mlEnglish • 3 months agoWhich new Protocol or Standard are you most excited about?message-square53fedilinkarrow-up165arrow-down11file-text
arrow-up164arrow-down1message-squareWhich new Protocol or Standard are you most excited about?@koulib@sh.itjust.works to Linux@lemmy.mlEnglish • 3 months agomessage-square53fedilinkfile-text
minus-square@deur@feddit.nllinkfedilink20•edit-23 months agoIn principle it’s just “slimmer ARM”. RISC-V is also extremely dedicated to using memory mapped IO rather than older style IO x86_64 supports. Think lots of registers, a fun zero register that is always zero, and memory mapped IO.
minus-square@mvirts@lemmy.worldlinkfedilink5•3 months agoI for one think we need a register for each unsigned integer, why is zero so special? :P Or if we can’t get that, at least every power of 2 and power of 2 minus 1. Maybe I can submit a proposal for risc-VI 🤣
minus-square@PetteriPano@lemmy.worldlinkfedilink9•3 months ago Maybe I can submit a proposal for risc-VI 🤣 No need! You can make your own custom extension! If the silicon doesn’t support it, then you can provide firmware to emulate it.
minus-square@porl@lemmy.worldlinkfedilinkEnglish5•3 months agoI think a register for each of the primes should be enough.
minus-squarecaseyweedermanlinkfedilink3•3 months agoARM is also reduced-instruction set but I don’t know how they differ. Is the instruction set somehow more reduced?
minus-square@MonkderVierte@lemmy.mllinkfedilink3•3 months agoAren’t they more like a hybrid instruction set and architecture?
In principle it’s just “slimmer ARM”. RISC-V is also extremely dedicated to using memory mapped IO rather than older style IO x86_64 supports.
Think lots of registers, a fun zero register that is always zero, and memory mapped IO.
I for one think we need a register for each unsigned integer, why is zero so special? :P
Or if we can’t get that, at least every power of 2 and power of 2 minus 1.
Maybe I can submit a proposal for risc-VI 🤣
No need! You can make your own custom extension! If the silicon doesn’t support it, then you can provide firmware to emulate it.
I think a register for each of the primes should be enough.
ARM is also reduced-instruction set but I don’t know how they differ. Is the instruction set somehow more reduced?
Aren’t they more like a hybrid instruction set and architecture?