-
Notifications
You must be signed in to change notification settings - Fork 289
types to use for mask parameters #6
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
Comments
This is an interesting one. I'm not exactly sure. Both Clang and the Intel documentation say the mask should be a Unless there's a compelling reason to the contrary, we should stick to the vendor interface. I will note this case down and mention in the RFC though. Thanks! |
@p32blo had a question about some mask types, @BurntSushi you may know better than I maybe? |
I'm going to close this now due to #263 |
avx and avx512 have a lot of mask parameters.
For a function like
_mm256_blendv_pd
what should the type be for the mask parameter?I've currently got it as:
But should this be i64x4? __m256i?
The text was updated successfully, but these errors were encountered: