logoalt Hacker News

amlutoyesterday at 1:21 AM3 repliesview on HN

You can’t fix the mutually incompatible overlapping encodings in post.


Replies

wren6991yesterday at 1:30 AM

They actually did do that. C was split into ZcfZcdZca, so you can choose a non-overlapping subset. It doesn't affect an RV32 non-F core anyway.

show 1 reply
pocksuppetyesterday at 4:21 PM

Sure can. Just change the encodings.

You thought RISC-V chips were compatible with each other beyond the basics? They're not. RISC-V is only a starting point for designing the ISA your chip will actually implement. Don't get me wrong - it's still beneficial that simple code works on many chips.

show 1 reply
monocasayesterday at 1:30 AM

Practically you don't simultaneously want those overlapping encodings.