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

Add trait for mask operations in new SIMD API #608

Merged
merged 1 commit into from
Mar 2, 2025
Merged

Conversation

robertknight
Copy link
Owner

@robertknight robertknight commented Mar 2, 2025

This works similarly to the SimdOps trait and sub-traits, but provides operations on masks. The only initial method is and, which is needed for im2col.

This change was extracted from #607.

Part of #549.

This works similarly to the `SimdOps` trait and sub-traits, but provides
operations on masks. The only initial method is `and`, which is needed for
im2col.
@robertknight robertknight merged commit 6e6d310 into main Mar 2, 2025
2 checks passed
@robertknight robertknight deleted the simd-mask-ops branch March 2, 2025 19:33
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

Successfully merging this pull request may close these issues.

1 participant