Skip to content

Commit

Permalink
update WHATSNEW
Browse files Browse the repository at this point in the history
  • Loading branch information
lurk101 committed Sep 7, 2024
1 parent 36ac99c commit 9478ef5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
What's new in version 2.0.3

- Optimize /, -, >, >=, <, <= float oprators for RP2350
- Add a few FP instruction decodes to disassembler
- Default to inline FP instructions (RP2350). Use -x compiler option to revert to RP2040 style wrapper function calls.

What's new in version 2.0.2

- Add -f compiler option to generate inline floating point operation for RP2350. The default is to generate RP2040 style wrapper function calls.
Expand Down

0 comments on commit 9478ef5

Please sign in to comment.