Skip to content
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

Reenable the use of the force-soft-floats feature #810

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

antoyo
Copy link

@antoyo antoyo commented Apr 5, 2025

This fixes an infinite recursion in sqrt for codegen backends that implement intrinsics like simd_fsqrt by calling sqrt on every element of the vector.

Fix #649

This requires rust-lang/libm#532 to fix the issue, so I'll need to update the submodule when this PR is merged.

This fixes an infinite recursion in sqrt for codegen backends that
implement intrinsics like simd_fsqrt by calling sqrt on every element of
the vector.
@antoyo antoyo marked this pull request as draft April 5, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Infinite recursion in sqrt
1 participant