-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Float conversion with dynamic scaling (#263)
* Float conversion with dynamic scaling Complete rework of the floating point conversion code. * Fix C++ and portability issues * Add rounding for dynamic scaling * Swap the integer and fraction parts * Adjust the unit tests * Fix OOR errors and Wconversion, NULL warnings * Retarget the submodule for testing * Add the new unit tests * Fix the unit test issues * Update the documentation * Change the error text and retarget the submodule to main --------- Co-authored-by: Charles Nicholson <charles.nicholson@gmail.com>
- Loading branch information
1 parent
0489631
commit 10ccc6e
Showing
12 changed files
with
658 additions
and
305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.