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

PartialEq for m128? #2

Closed
Lokathor opened this issue Apr 29, 2020 · 0 comments
Closed

PartialEq for m128? #2

Lokathor opened this issue Apr 29, 2020 · 0 comments

Comments

@Lokathor
Copy link
Owner

It'd be possible to do PartialEq for m128 by using cmp_eq and then moving the mask out and comparing with 0b1111.

But movemask is a costly thing and you shouldn't be branching on simd stuff as much as you should be merging values based on a mask and stuff.

So i dunno.

Lokathor added a commit that referenced this issue Apr 29, 2020
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

No branches or pull requests

1 participant