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

Support integral square root with unsigned fixed point output in llvm-libc #83924

Closed
PiJoules opened this issue Mar 4, 2024 · 0 comments · Fixed by #83959
Closed

Support integral square root with unsigned fixed point output in llvm-libc #83924

PiJoules opened this issue Mar 4, 2024 · 0 comments · Fixed by #83959
Assignees
Labels

Comments

@PiJoules
Copy link
Contributor

PiJoules commented Mar 4, 2024

sqrtuk and co work really well but we don't have sqrtulk at the moment, so none of the fixed point sqrt functions will work out of the box for values larger than 2^16. Even though it's not part of ISO 18037, it would be nice to have an integral sqrt as an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants