diff options
author | Burt P <pburt0@gmail.com> | 2017-07-10 17:13:10 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-12 19:38:41 -0700 |
commit | f141acc5388273fa8819a2510010a13b9131d107 (patch) | |
tree | a16dc98dea66e58d1670a1e86726b7618ff8fbf9 /test | |
parent | 99c1a9989589e4253ee47d518fe2d76726df2a2b (diff) |
riscv: improve ISA string decoding
* Handle unknown future standard extensions better
* Handle extension version numbers instead of just ignoring them
* Test file riscv_fake_cpuinfo made more tricky
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/data/riscv_fake_cpuinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/riscv_fake_cpuinfo b/test/data/riscv_fake_cpuinfo index 6def2f49..3f23c5e8 100644 --- a/test/data/riscv_fake_cpuinfo +++ b/test/data/riscv_fake_cpuinfo @@ -1,2 +1,2 @@ hart : 0 -isa : rv32a4p0cpdfimsu_Xargle2p1_SXbargle +isa : rv32a4p0c2pdfimsu_Xargle2P1_SXbargle |