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

Add abs2() operator for squared abs() #568

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Conversation

tbensonatl
Copy link
Collaborator

Add abs2() operator that is equivalent to abs()*abs() without the extra loads and the unnecessary sqrt operators associated with complex abs() calculations.

Add abs2() operator that is equivalent to abs()*abs() without
the extra loads and the unnecessary sqrt operators associated with
complex abs() calculations.
@tbensonatl
Copy link
Collaborator Author

/blossom-ci

@tbensonatl
Copy link
Collaborator Author

blossom-ci

@tbensonatl tbensonatl merged commit d9b045b into main Jan 22, 2024
@tbensonatl tbensonatl deleted the feature/add-abs2-operator branch January 22, 2024 21:30
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.

2 participants