Skip to content

AVX: vandnpd, vandnps, vblendvpd and vblendvps #91

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

Closed
wants to merge 2 commits into from

Conversation

p32blo
Copy link
Contributor

@p32blo p32blo commented Oct 3, 2017

_mm256_andnot_pd also generates a single-precision instruction, so I added the intrinsic to #71

@p32blo
Copy link
Contributor Author

p32blo commented Oct 3, 2017

So, apparently this intrinsics are already implemented at #90, sorry for that.

I will take this opportunity to ask about masks types. Here and here the masks use the __mm* types and I was assuming that, for example, this:

fn blendvpd256(a: f64x4, b: f64x4, mask: f64x4) -> f64x4;

should not be written as this:

fn blendvpd256(a: f64x4, b: f64x4, mask: __m256d) -> f64x4;

Is there a reason for the __mm* types in mask?

And again, sorry for not checking the previous PR

@nominolo
Copy link
Contributor

nominolo commented Oct 3, 2017

Regarding mask types, that's also mentioned in #6

@alexcrichton
Copy link
Member

Thanks for the PR @p32blo! As you've noticed though I think these were added in #90 as well so I'm going to close this in favor of that.

Let's continue discussion of the mask types on #6 I think?

This was referenced Oct 5, 2017
Merged
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.

3 participants