Closed
Description
As we know AOSP and ART use RVA22 profile, which brings big amount of useful extensions. But there are no so many boards on market in the current moment which support it. And I'm not sure that future low end consumer devices will be able to support it.
If we look to OpenJDK, it checks what extensions are supported.
.NET Runtime target is RV64GC.
So, while there are no so many parts of ART which use specific for RVA22 extensions, is it possible to check their availability (via new API, or just ifdef
) and make AOSP compatible with RV64GC?
If it's OK, I can prepare PR.
Metadata
Metadata
Assignees
Labels
No labels