| ▲ | RISC-V Is Inevitable: State of the Union Keynote Argues(eetimes.com) |
| 80 points by signa11 5 hours ago | 69 comments |
| |
|
| ▲ | PaulRobinson 14 minutes ago | parent | next [-] |
| Headline could read: "RISC-V adoption is 'inevitable' according to RISC-V advocate at RISC-V conference to people who are invested in RISC-V who had come to hear about state of RISC-V adoption". I'm curious where the data is to support the argument. I am struggling to see the adoption appetite outside of niche applications where licensing costs of existing architectures are a key barrier. |
|
| ▲ | modulovalue 3 hours ago | parent | prev | next [-] |
| I'm working on making SIMD better in Dart. Dart supports RISC-V as a target architecture for compilation, but I'm not really excited about figuring out how to map the wasm-SIMD-style primitives to RISC-V's RVV and so I don't really plan to look into it at all. This is mostly because their approach to SIMD is so different, but also because I can't test it at all. Are there any RISC-V "machines"? that one can use to do something useful or fun with that someone here could recommend? I guess it would be fun seeing all my SIMD-fiable use-cases become orders of magnitude faster on RISC-V, too, but I sadly never hear anything about machines that use RISC-V. |
| |
| ▲ | camel-cdr 3 hours ago | parent | next [-] | | > Dart supports RISC-V as a target architecture for compilation, but I'm not really excited about figuring out how to map the wasm-SIMD-style primitives to RISC-V's RVV and so I don't really plan to look into it at all. On the one hand, this will be quite straight forward, but on the other hand quite disappointing. Afaik Dart has a 128-bit only SIMD abstraction (so not performance portable by default).
Since the base "V" extension mandates a mininum vector length of 128-bit, you can trivially make codegen work for all vector length, by simply setting vl to 128/elementwidth. But as with x86, if your native hardware vector length is larger than 128-bit, you leave performance on the table. > This is mostly because their approach to SIMD is so different, but also because I can't test it at all. Are there any RISC-V "machines"? I'd recommend using qemu for initial testing. Hardware wise, the cheapest option is the orange pi rv2, which has 8 SpacemiT X60 cores, which are in-order and support 256-bit RVV. The Zhihe A210 is also interesting, but way to expensive for what it is. If you have a higher budget, I'd recommend the SpacemiT K3, which is the fist RISC-V SBC with RVA23 support. It is has 8 SpacemiT X100 4-wide out-of-order cores, with 256-bit RVV. | | | |
| ▲ | aarroyoc 3 hours ago | parent | prev | next [-] | | There are several RISC-V machines. In the microcontroller world it's becoming more and more usual, but those won't have RVV. SpacemiT K3 based machines are probably your best bet when it comes to RISC-V processors with SIMD support. There are several manufacturers: Milk-V with the Jupiter II, Sipeed, Banana Pi, ... | |
| ▲ | pdpi 3 hours ago | parent | prev | next [-] | | You can buy a RISC-V mainboard for the Framework Laptop, and it's relatively cheap (£170) https://frame.work/gb/en/products/deep-computing-risc-v-main... | | |
| ▲ | camel-cdr 3 hours ago | parent [-] | | No don't buy this one, it doesn't support RVV.
Their newer ones do, but those are a lot more expensive. | | |
| |
| ▲ | IshKebab an hour ago | parent | prev | next [-] | | There are various emulators available that support RVV but they aren't going to be especially useful for benchmarking/profiling. So you can write code that works, but it's probably a few more years still until high performance RISC-V cores are easily available for profiling RVV code and finding the best code. Progress is steady though - it will happen soon. It's not one of those "year of desktop Linux" things. | |
| ▲ | aa-jv 3 hours ago | parent | prev [-] | | OrangePi RV2 might qualify for fun? https://www.phoronix.com/news/Ubuntu-Linux-On-OrangePi-RV2 |
|
|
| ▲ | thrownawaysz 2 hours ago | parent | prev | next [-] |
| If we go by Apple's architecture history we will get a new one, maybe RISC-V, in 2036. m68k (1984) > PPC (1994) - 10 years PPC (1994) > x86 (2006) - 12 years x86 (2006) > ARM64 (2020) - 14 years ARM64 (2020) > ??? (2036) - 16 years |
| |
| ▲ | speed_spread an hour ago | parent [-] | | Except that ARM is pretty much theirs, or at least they have complete control over it, which they never did for any previous arch. They also handle chip production directly. Nothing in RISC-V could be worth more than what they can already wring out of ARM without having to migrate. | | |
| ▲ | crote an hour ago | parent | next [-] | | That all depends on their current licensing terms, doesn't it? Besides, ARM-to-RISC-V doesn't require a full redesign. Plenty of components are going to stay more-or-less the same, the big change is the instruction decoder. Chip developers have done far more drastic redesigns while staying with the same ISA - just look at the history of x86. I think the bigger question is: does Apple want to go through another binary compatibility break? | | |
| ▲ | Tostino 41 minutes ago | parent [-] | | Look into Apple's ARM licensing terms. They are very generous to apple. | | |
| ▲ | sapiogram 22 minutes ago | parent [-] | | ARM could change that in the long term, Apple doesn't own them. It would be a generational fumble by ARM to lose Apple as a customer, though. | | |
| ▲ | Tostino 12 minutes ago | parent [-] | | The license agreement they signed a few years back goes into the 2040s. Long term, you are right obviously. That is just so long term, so much can happen in that time span it's hard to even guess. |
|
|
| |
| ▲ | llm_nerd 13 minutes ago | parent | prev [-] | | Apple has an architecture license agreement that extends "past 2040" (their phrasing), and it requires Apple to pay ARM ~$0.30 per device sold. Apple can do whatever they want with the cores, but they do have to pay for the privilege and do have a future expiry to worry about, though it's far enough off that it certainly isn't pressing. |
|
|
|
| ▲ | jhvkjhk 3 hours ago | parent | prev | next [-] |
| > “CHERI is not an extension; CHERI is a new base,” Asanović clarified to the keynote audience. > Addressing concerns that creating a new base ISA might fracture the open-source community, Asanović offered a devoted defense to EE Times. “CHERI is too invasive to be a simple extension on regular RISC-V, and so needs a new base ISA for that reason,” To me it sounds like they're creating RISC-VI before RISC-V even winning the market. |
| |
| ▲ | embedding-shape 3 hours ago | parent | next [-] | | What a circular argument that avoids answering the question. How does "it needs a new base ISA" address the concern about "might fracture the open-source community" even one bit? Why does the "journalist"/writer call that reply "a devoted defense", in what world is that any sort of defense? | |
| ▲ | unprovable 2 hours ago | parent | prev | next [-] | | I've been trying to get access to CHERI for quite a while - I have a background in hardware security so was very curious to have a play. But only 'approved partners' are allowed to have access... guessing even in projects like this, Security through Obscurity still reigns. | | |
| ▲ | timhh 7 minutes ago | parent [-] | | > Security through Obscurity still reigns. That's not the case at all. The spec is developed in the open: https://riscv.github.io/riscv-cheri/ If you want to run CHERI code, it's true that silicon isn't easily available, but that's simply because it takes time. Various companies are working on it (Codasip, SCI, Secqai, lowRISC, etc.). But you don't need silicon to run CHERI code. There are various emulators available that support it. There's QEMU: https://github.com/CHERI-Alliance/qemu
There's also the RISC-V Sail model, this is the latest CHERI branch: https://github.com/CHERI-Alliance/sail-riscv (unfortunately it is a bit behind upstream master, and also a bit behind the latest CHERI spec which is still evolving). There are also a few open source chips available that implement CHERI which you can run in Verilator or an FPGA. For example cheriot-ibex https://github.com/microsoft/cheriot-ibex . This is actually a variant of CHERI for microcontrollers called CHERIoT. Long story but the plan is to merge CHERIoT back into CHERI so it is just a "profile" of CHERI. |
| |
| ▲ | rwmj 3 hours ago | parent | prev [-] | | There's zero chance CHERI will go anywhere, I wouldn't worry about it. | | |
| ▲ | pjmlp 3 hours ago | parent | next [-] | | ARM and Microsoft care about CHERI, that is enough to eventually make it happen, even if only on high integrity computing, like folks that still care about paying for Unisys ClearPath MCP. Or eventually have its ideas come into the evolution of ARM MTE, Pluton, and Silicon, which increasingly becoming adopted, alongside the oldie SPARC ADI. It is the x86 linage that keeps getting it wrong on hardware memory tagging solutions. | | |
| ▲ | rwmj 3 hours ago | parent [-] | | ARM and Microsoft don't "care" enough to do anything beyond a bit of token research. Maybe there will be some extremely niche chips one day, or maybe not because the problem can be solved 90% as well in software on ordinary hardware. | | |
| ▲ | imtringued 2 hours ago | parent [-] | | Microsoft and Apple will probably switch to CHERI RISC-V for their Secure Enclave/TPMs once it has proven itself in the field. That means there will be hundreds of millions of CHERI RISC-V processors in the world. Not to mention the smartcard market which would mean billions of processors around the world. | | |
| ▲ | crote an hour ago | parent [-] | | The Intel Management Engine famously runs MINIX. Tanenbaum has called it "the most widely used computer operating system in the world" - but it hasn't exactly led to mainstream MINIX adoption. Smartcards often run Java Card, which solves the whole memory safety problem the other way around. You don't need CHERI for this kind of limited platforms: want to run memory-safe C today? Just ban all dynamic memory allocations. Throw in the usual UB restrictions and stick to a single thread and very little can go wrong. What's important to remember is that, despite its large deployment figures, those are still niche applications. The number of people developing for them is a rounding error. There is no clear path from there to mainstream adoption. | | |
| ▲ | pjmlp 15 minutes ago | parent [-] | | More important to remember is that not everything needs to be Web scale to be a success. We don't need to measure technology adoption by the late stage capitalism of Silicon Valley VCs. Many technologies do leave an impact in the industry even when adopted in niche domains. |
|
|
|
| |
| ▲ | rando1234 3 hours ago | parent | prev [-] | | Yeah, I feel like Rust has killed Cheri. | | |
| ▲ | Timshel 3 hours ago | parent | next [-] | | Do you have more details on why ?
I just found stuff like: https://cheri-alliance.org/discover-cheri/rust-and-cheri/
Or https://rust.cheriot.org/2026/02/15/status-update.html | |
| ▲ | pjmlp 3 hours ago | parent | prev [-] | | CHERI is valuable even for unsafe Rust code. | | |
| ▲ | rwmj 3 hours ago | parent [-] | | The problems with CHERI are not whether it's technically good or not, it's organizational. It's an academic project that requires everyone to boil the ocean. They tried to get ARM interested and that didn't go anywhere and now they're trying to get RISC-V interested. But they haven't addressed any of the problems of why manufacturers would ever make a complex and completely incompatible chip for a problem that they (the manufacturers) don't have and don't care about, that can probably be solved 90% as well in software. | | |
| ▲ | panick21_ 3 hours ago | parent [-] | | The manufactures will do what costumers demand and if they demand safty then cheri will make a lot of sense to many costumers. And you cant rewritte 50 years of C in Rust. And even in Rust you can still run into various issues. | | |
| ▲ | crote an hour ago | parent | next [-] | | > And you cant rewritte 50 years of C in Rust You don't have to. Google already showed that the vast majority of memory safety bugs are in newly-written C code. Stop writing new C code (which the industry already seems to be moving towards) and the problem will eventually solve itself - even with plenty of C code still around. Besides, very few (if any) pieces of code have been around for anywhere close to 50 years. Over time components naturally get refactored or rewritten for all sorts of reasons. And if you're rewriting anyways, why not switch to a more secure language? Don't allow C for rewrites and over the years every C component will eventually be replaced by a non-C one without forcing a big C-to-Rust rewrite. | | |
| ▲ | panick21_ 30 minutes ago | parent [-] | | Can you show me that research? Also, nothing new in C is just not happening, there is massive amounts of things that will not switch for decades. Why not just switch to a slightly different compiler and core, and then you make all your old code safe without verifying it. And your new code in whatever language is also safe. Also it helps with debugging. Also it helps you enforce security constraints on higher level. CHERI also gives you features you can build more on-top off. The silicon area and the performance hit are pretty minor, if it 'just' works for most code and most open source code just works, many people will want to use it. Yes most bugs are new code, but plenty of bugs aren't and with CHERI I can be much more confident in running all that stuff. Specially older code that isn't as well used and tested as say Linux kernel. |
| |
| ▲ | rwmj 2 hours ago | parent | prev | next [-] | | However you can do what Airbus do and formally prove your C code and use a formally proven toolchain like compcert to compile it. Or you can take a performance hit and add bounds checking to the C code[1]. Aircraft systems are probably the best chance that CHERI has, and that's pretty niche, small runs and very expensive, and still better solved in software. [1] I literally wrote the paper on this back in 1996: https://www.doc.ic.ac.uk/~phjk/BoundsChecking.html | | |
| ▲ | pjmlp 13 minutes ago | parent [-] | | Most people on HN would run screaming away if they had to follow high integrity computing processes on their daily C programming. If they think programming with Modula-2 and Object Pascal is programming with a straightjacket, good luck with MISRA, Frama-C, DOD and ISO certifications for reliable C code. |
| |
| ▲ | mort96 2 hours ago | parent | prev | next [-] | | I haven't exactly seen an outpouring of consumer demand for CHERI. | | |
| ▲ | sph 2 hours ago | parent | next [-] | | Is there an outpouring of hardware offer for CHERI? I'm a random nobody, but I'm sitting on this design for a message-passing platform that can only truly perform in a world where processes live in a single address space, which requires CHERI hardware to be feasible (or secure) at all. CHERI would open many doors in operating system design and security, and it's stagnant because it's not a real thing yet, there's no CPU one can buy that supports it in any way outside of research. Without CHERI, we're stuck with security models from the 1970s. Most people are fine with 1970s design, but the OS research world has been itching for something like this for decades. | | | |
| ▲ | panick21_ 33 minutes ago | parent | prev [-] | | I'm not saying end consumer, I mean companies who have to insure safety and reliability. That is also behind adoption of things like Rust and many other trends. CHERI gives you that and more. But its still very new and radical, and a lot of work needs to happen all over the place to make it practical. Once you have micro-controllers and software it makes sense in lots of niches, and then it can expand. For example, Google OpenTitan project. There is no reason not to use Cheri if the open source core supports it. |
| |
| ▲ | fragmede 2 hours ago | parent | prev [-] | | > And you cant rewritte 50 years of C in Rust. How many tokens do you think that would cost? |
|
|
|
|
|
|
|
| ▲ | cold_pizz4 4 hours ago | parent | prev | next [-] |
| While the consumer market is still years away from widespread RISC-V adoption, if you pay attention to the embedded / MCU market (especially Espressif & co) you will indeed come to the conclusion that RISC-V is inevitable and software maturity will probably come from these early adopters. Go! |
| |
| ▲ | rwmj 3 hours ago | parent | next [-] | | Krste wasn't even saying anything controversial. It's obvious that manufacturers will use the cheapest (free) least legally entangled option, and that this adoption will happen first amongst those with the tightest margins. And - Clayton's law[1] - it will eventually extend to the rest of the market (albeit over a very long time). https://en.wikipedia.org/wiki/Clayton_Christensen | | |
| ▲ | incrudible 3 hours ago | parent [-] | | The good RISC-V designs are not free though and the free ones are not good. MCUs are not a category of computer to draw lessons from for the broader market. | | |
| ▲ | crote an hour ago | parent | next [-] | | The good ARM designs aren't free either. The big difference is that you'll always be stuck paying Arm (either for whole ARM cores, or a licensing fee for your own design), whereas with RISC-V there can be genuine competition between companies offering performant RISC-V IP. In the MCU market the compute core is already an off-the-shelf drop-in component. Just look at the RP2350: in addition to its traditional ARM cores they also last-minute dropped in two RISC-V cores because it was so trivial to do - and you can select which set is active via a boot-time firmware flag. I very much doubt we'll see that kind of flexibility with high-end client compute, but with the switch to separate compute chiplets we're not far off already! | |
| ▲ | rwmj 3 hours ago | parent | prev | next [-] | | is what every company that didn't understand disruption said. | | |
| ▲ | hughw an hour ago | parent [-] | | iirc Christenson's chief example was IBM not deigning to cannibalize their high-end disk drive business by competing on the new, less capable low-end devices. |
| |
| ▲ | cold_pizz4 2 hours ago | parent | prev [-] | | Wait a few years until a RISC-V Fab as a Service emerges and any teenager with an LLM can design and order their own chips ;) | | |
|
| |
| ▲ | oblio 3 hours ago | parent | prev [-] | | I wouldn't bet against software inertia. x86 only missed the mobile market because of multiple bad business decisions, otherwise ARM (and RISC architectures overall) would have been relegated to more decades as backwater architectures. There is nothing inevitable about anything as Apple controls its own silicon very tightly, Microsoft hasn't even really transitioned away from x86, and Android probably isn't very keen to transition away from ARM. Now, embedded markets are different but they've always been different and the number of embedded programmers is dwarfed by non embedded programmers and regular users will for a long time never install an app on RISC-V. It's an interesting journey, let's see where it takes us in 20 years. | | |
| ▲ | 0x000xca0xfe 3 hours ago | parent [-] | | Chinese companies are really into RISC-V and China both builds and uses a lot of smartphones, I'm very sure we won't have to wait 20 years for regular users installing apps on RISC-V hardware. | | |
| ▲ | pjmlp 3 hours ago | parent [-] | | It still requires Android to care about RISC-V, plenty of NDK stuff. https://developer.android.com/ndk/guides/abis Then OSes like HarmonyOS and HarmonyOS NEXT aren't even that relevant outside China. Finally the chips have to deliver in performance, to actually provide good mobile devices. | | |
| ▲ | crote an hour ago | parent [-] | | > Finally the chips have to deliver in performance, to actually provide good mobile devices. Or the other way around: the low-end market wants to adopt it due to lower licensing fees, so Android is incentivized to support RISC-V or risk losing that market to a competing platform. Especially in markets with a God App like Wechat something in-between feature phone and smartphone won't be a very hard sell. RISC-V adoption can grow upwards from there. | | |
| ▲ | pjmlp 6 minutes ago | parent [-] | | If the chips aren't fast enough to run a JIT and AOT compiler, a concurrent copying generational GC, along with a modern Vulkan implementation, no one would care, they would be better with feature phones at that point. |
|
|
|
|
|
|
| ▲ | ColdStream 4 hours ago | parent | prev | next [-] |
| It was a decent little talk this one. Now that we are seeing RVA23 chips available we are starting to at least see a lot of software packages actively compiled for the platform. They aren't optimized much at all but they do run. I am cautiously optimistic about the future of RISC-V. It is likely to start biting at the heals of ARM in another 5 years or so, and having no licensing fees makes it very attractive in that sense. Qualcomm and Apple will be very interesting in avoiding as many ARM licensing fees as possible even if initially in embedded systems. But it also allows for a lot of hardware to be locked down just like ARM and so it might not be so great for the end users. Time will tell. All I know is that I look for the seeing Apple Silicon 2 launching in 2036 using this stuff. ;) |
| |
| ▲ | pantalaimon 3 hours ago | parent | next [-] | | We still have to see a RISC-V implementation that comes even close to the performance of ARM | | |
| ▲ | rwmj 3 hours ago | parent [-] | | Rivos was competitive. Sadly bought by Meta and "disappeared" into the company. |
| |
| ▲ | random3 4 hours ago | parent | prev | next [-] | | Can you elaborate on > But it also allows for a lot of hardware to be locked down just like ARM | | |
| ▲ | Joel_Mckay 4 hours ago | parent [-] | | Many of the underlying IP areas of RISK-V advanced features are not public implementations. Yet there are still a lot of great projects around, that may end up in China grey market chip fabs (C950) at some point. https://github.com/vortexgpgpu/vortex ARM64/AArch64 is about constrained consistency, but most RISCV standards groups still fail to recognize their ISA version fragmentation was a serious mistake. So no, it won't exist outside niche use-cases until the kids stop arguing over what RISCV even means in a general end-user context (BOOM flags, RVA23, etc.) =3 |
| |
| ▲ | JSR_FDED 2 hours ago | parent | prev | next [-] | | I thought Apple has a special deal with ARM as they were an early investor? | |
| ▲ | SanjayMehta 3 hours ago | parent | prev [-] | | 5 years ago there was a req on the Apple job site for engineers familiar with RISC-V. https://riscv.org/blog/apple-exploring-risc-v-hiring-risc-v-... | | |
| ▲ | crote 37 minutes ago | parent | next [-] | | It would be more surprising if Apple wasn't exploring RISC-V - even if only for use in auxiliary chips. | |
| ▲ | throawayonthe 2 hours ago | parent | prev [-] | | tbf apple does a bunch of embedded programming too |
|
|
|
| ▲ | red_admiral 2 hours ago | parent | prev | next [-] |
| My money is still on ARM. They, and their clients who produce the actual processors, have options to fight back if RISC-V ever becomes a serious competitor for, say, smartphones. |
| |
| ▲ | tpxl 2 hours ago | parent | next [-] | | What options are those? Anything they do that makes ARM better/cheaper for consumers makes RISC-V a win, even if it never reaches mainstream adoption. | | |
| ▲ | theturtletalks 2 hours ago | parent [-] | | Exactly why every user of a product should be an strong supporter of the competitor. It's what keeps your product honest and competition is good for the consumer. |
| |
| ▲ | mytailorisrich an hour ago | parent | prev [-] | | Risc-v bexomomg a competitor is bemeficial for ARM's clients as it gives them leverage in price negotiations, which they don't have at the moment. |
|
|
| ▲ | ltbarcly3 18 minutes ago | parent | prev [-] |
| Why can't anyone build a performant RISC-V cpu? The SpacemiT K3 seems to be the fastest available right now, and it's basically a joke. https://www.phoronix.com/review/spacemit-k3-pico-itx/3 I'm starting to get the feeling that there is something fundamentally broken in the RISC-V specification that fundamentally limits performance. |