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

consider an API for masking execution in addition to write-masking #39

Open
mattkretz opened this issue Mar 1, 2017 · 1 comment
Open

Comments

@mattkretz
Copy link
Owner

where(mask, v) /= w is only guaranteed to do write-masking. If a masked element in w contains a 0, a div-by-zero trap might happen.
If we want op-execution masking in addition we'll need new/additional API. What could it look like? Is there enough of a need?

@mattkretz
Copy link
Owner Author

could be resolved via #43

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