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

Should be replaced to std::atomic::fetch_min / std::atomic::fetch_max in C++26 #1847

Open
SergeyKopienko opened this issue Sep 16, 2024 · 1 comment

Comments

@SergeyKopienko
Copy link
Contributor

__extremum.compare_exchange_weak(__old, __k);

@SergeyKopienko
Copy link
Contributor Author

std::atomic::fetch_min / std::atomic::fetch_max in C++26 should be more perform then compare_exchange_weak inside the loop.

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

No branches or pull requests

1 participant