-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Simplify and improve accuracy for subnormals in hypot() #102785
Conversation
rhettinger
commented
Mar 17, 2023
- Eliminate duplicate logic be using a recursive call.
- Use lossless scaling rather than triggering a rounding for every input.
|
|
|