-
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.
Fix double to unlong conversions to handle NaN (#70331)
This was apparently fixed in 2016 on CoreCLR but no tests were added. The generic math tests are the first things that exercise this. Doesn't fail in the CI because this helper is likely not needed on ARM64 and we only test libs with NativeAOT on ARM64. Thought this was because of my local changes (because the CI was clean) but wasn't. Spent more time on this than I would be willing to admit.
- Loading branch information
1 parent
17d6d50
commit 88c118f
Showing
2 changed files
with
50 additions
and
1 deletion.
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