-
Notifications
You must be signed in to change notification settings - Fork 213
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
Infinite recursion in sqrt #649
Comments
Do you know if it a change in builtins or a change in cg_gcc that started this? The builtins implementation comes from here https://github.com/rust-lang/libm/blob/279e5f6abe0a2ca9066962d9ec894f0df1f417ac/src/math/sqrt.rs which hasn't been updated in two years except for some typos. I guess maybe something in the config changed. |
You can see my PR that attemps to do the update here. My understanding is that it's caused by a change in
and I got to this issue with Since this workaround is hackish anyway, I'd like to resolve the issue for real, but if you want, I can try to find exactly which version caused the issue. I've seen some commits changing the |
I believe this should be fixed now? |
I will test it in a few days and confirm. |
Hi.
This is a continuation of this Zulip discussion as it seems this might be a bug in compiler-builtins (please close if this is not the case).
The context was:
@Amanieu mentioned the following which might be the solution:
Thanks.
The text was updated successfully, but these errors were encountered: