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

<algorithm>: vectorize min_element / max_element using SSE4.1/AVX for floats #2439

Closed
AlexGuteniev opened this issue Dec 20, 2021 · 1 comment · Fixed by #3928
Closed

<algorithm>: vectorize min_element / max_element using SSE4.1/AVX for floats #2439

AlexGuteniev opened this issue Dec 20, 2021 · 1 comment · Fixed by #3928
Labels
fixed Something works now, yay! performance Must go faster

Comments

@AlexGuteniev
Copy link
Contributor

Similar to #2438 .

I assume it is safe for /fp:fast. Not sure about other FP modes and how to handle FP corner cases such as denormals or singalings.

@AlexGuteniev
Copy link
Contributor Author

Will need to be careful about randomized test with a distribution that indeed has coverage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fixed Something works now, yay! performance Must go faster
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants