Skip to content

Commit d41230d

Browse files
committed
f{add,sub}.[SD] is now complete and passing testfloat
1 parent e74d1d2 commit d41230d

File tree

3 files changed

+612
-360
lines changed

3 files changed

+612
-360
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Simmerv
44

55
Simmerv is a [RISC-V](https://riscv.org/) SoC emulator written in Rust
6-
and compilable to WebAssembly. It started as a fork of [Takahiro's
6+
and compilable to WebAssembly. It began as a fork of [Takahiro's
77
riscv-rust emulator](https://github.com/takahirox/riscv-rust), but has
88
by now been extensively rewritten, making it far more complete and
99
much faster. Ultimately, we expect it to become substantially faster,
@@ -29,7 +29,7 @@ here](https://tommythorn.github.io/simmerv/wasm/web/index.html)
2929
## Instructions/Features support status
3030

3131
- [x] RV64IMAC
32-
- [x] RV64FD (*PARTIALLY* flags/rounding modes very lacking)
32+
- [x] RV64FD (*PARTIALLY*: flags/rounding modes not complete for all insns)
3333
- [x] RV64Zifencei
3434
- [x] RV64Zicsr
3535
- [ ] Svnapot

0 commit comments

Comments
 (0)