Commit Graph

1 Commits (26d7f65cc1660fef10f9e0546e96ad090f297ac5)

Author SHA1 Message Date
Anton Lydike be90879f86
Add support for floats (#22)
Adding a `Float32` datatype is necessary, since python makes no guarantees to the bitwidth of `float` (it's often a double)

Also adding the `RV32F` extension with most operations implemented, and support for floating point registers.
1 year ago