shingarov / Pharo-ArchC

Generate binutils from formal spec
MIT License
4 stars 1 forks source link

RISC-V: add support for F, D and A extensions #12

Closed janvrany closed 1 year ago

janvrany commented 1 year ago

This commit adds support for F, D and A extensions, completing the support for RV64G. FYI: @KenDickey

janvrany commented 1 year ago

Tests fail because the RISC-V PDL has not yet enabled these extensions (see PR https://github.com/janvrany/Pharo-ArchC-PDL/pull/1). I'll merge in the PDL support once this PR gets in.