-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating System.Runtime.InteropServices.NFloat to support generic math (
#68141) * Updating NFloat to implement IBinaryFloatingPointIeee754 and IMinMaxValue * Adding tests for the NFloat generic math support * Fixing NFloat to expose the APIs for getting the exponent and significand * Fix the NFloat.GetSignificandByteCount implementation
- Loading branch information
1 parent
544f720
commit 4479fa6
Showing
10 changed files
with
2,896 additions
and
68 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
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
756 changes: 714 additions & 42 deletions
756
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NFloat.cs
Large diffs are not rendered by default.
Oops, something went wrong.
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.