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 more sqrt->rsqrt rewrite #566

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Support more sqrt->rsqrt rewrite #566

merged 2 commits into from
Feb 20, 2024

Conversation

anakinxc
Copy link
Collaborator

Pull Request

What problem does this PR solve?

Issue Number: Fixed #564

Possible side effects?

  • Performance: better

  • Backward compatibility: n/a

Copy link
Collaborator

@tpppppub tpppppub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@anakinxc anakinxc merged commit d9c2224 into main Feb 20, 2024
12 checks passed
@anakinxc anakinxc deleted the xc/sqrt branch February 20, 2024 12:25
@github-actions github-actions bot locked and limited conversation to collaborators Feb 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Compiler Optimization]: A pattern containing y/(k*sqrt(x)) is not optimized to y/k*rsqrt(x)
2 participants