Skip to content

Fix ILogB for subnormal values #116913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 24, 2025
Merged

Fix ILogB for subnormal values #116913

merged 2 commits into from
Jun 24, 2025

Conversation

huoyaoyuan
Copy link
Member

Fixes #116912

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jun 23, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-numerics
See info in area-owners.md if you want to be subscribed.

@tannergooding tannergooding merged commit 6f4bb49 into dotnet:main Jun 24, 2025
139 of 144 checks passed
@huoyaoyuan huoyaoyuan deleted the ilogb branch June 24, 2025 05:17
@huoyaoyuan
Copy link
Member Author

This would need to be backported to 9.0, it's a regression from 8.0. I noticed this by some user report.

@tannergooding
Copy link
Member

This would need to be backported to 9.0, it's a regression from 8.0. I noticed this by some user report.

CC. @jeffhandley. Does this meet the bar for a backport check? .NET 10 comes out in 4ish months and .NET 9 goes end of life in 10ish months.

@jeffhandley
Copy link
Member

/backport to release/9.0-staging

Yes, functional regressions from the previous release meet the bar.

Copy link
Contributor

Started backporting to release/9.0-staging: https://github.com/dotnet/runtime/actions/runs/15857246813

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Numerics community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong ILogB result for subnormal values
3 participants