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

Evaluate faster _mm_pow_ss and _mm_exp_ss #134

Open
p0nce opened this issue Aug 8, 2023 · 0 comments
Open

Evaluate faster _mm_pow_ss and _mm_exp_ss #134

p0nce opened this issue Aug 8, 2023 · 0 comments

Comments

@p0nce
Copy link
Collaborator

p0nce commented Aug 8, 2023

Using vector instruction like that may well pessimize the performance. Try to get positive benchmark results out of a fully scalar path. Agner Fog's tables sometime show a lower cost of the scalar instructions.

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

No branches or pull requests

1 participant