-
Notifications
You must be signed in to change notification settings - Fork 7
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 saturating support #85
Comments
Yes 👍. We need overloads for |
I will write this up as a proposal. |
|
I think this is desirable in other places too, such as For consistency, whatever we decide, then we should do the same in all three cases. Users objected when I removed |
I fully understand the desire for casting to However:
|
Intel's implementation does this too: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0543r2.html
Add it to std::simd (as that link itself suggests)?
The text was updated successfully, but these errors were encountered: