Skip to content

Commit

Permalink
Reference issue #55 in the limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
mn416 committed Apr 27, 2018
1 parent 8e91de1 commit 5a68067
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,10 @@ inerhit a number of limitations:
* Floating-point to signed integer conversion only:
`fcvt.w.s` and `fcvt.w.su` both convert to *signed*
integers.
* The fixed rounding mode leads to an incompatibility with the C standard
when casting from a `float` to an `int`.
See [Issue #55](https://github.com/POETSII/tinsel/issues/55) for
more details.
* The conversion instructions to not respect the RISC-V spec in the
presence of NaNs and infinities.
* Floating-point division may not be correctly rounded.
Expand Down

0 comments on commit 5a68067

Please sign in to comment.