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

AVX-512DQ implementations #954

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

vertexclique
Copy link
Member

@vertexclique vertexclique commented Nov 19, 2020

  • [t]: test needed
  • [ ]: not implemented
  • [x]: completed

@rust-highfive
Copy link

r? @Amanieu

(rust_highfive has picked a reviewer for you, use r? to override)

@minybot
Copy link
Contributor

minybot commented Nov 19, 2020

Maybe run cargo fmt to fix the style?

@Amanieu
Copy link
Member

Amanieu commented Nov 22, 2020

Ping @vertexclique, please run cargo fmt to fix the style so CI passes.

@vertexclique
Copy link
Member Author

vertexclique commented Nov 22, 2020

@Amanieu I don't have that problem as of yet, unless something pressing I will format it when I have finished. I am not relying on the CI atm. Local work is compiling as of now. If it is strongly desired I can format.

@bors
Copy link
Contributor

bors commented Jan 18, 2021

The latest upstream changes (presumably 65f69a7) made this pull request unmergeable. Please resolve the merge conflicts.

Contains:
* _mm512_and_pd
* _mm512_xor_pd
* _mm512_andnot_pd
* _mm512_mask_andnot_pd
* _mm512_maskz_andnot_pd
* _mm512_and_ps
* _mm512_xor_ps
* _mm512_andnot_ps
Contains:
* _mm512_mask_andnot_ps
* _mm512_maskz_andnot_ps
* _mm512_mask_and_pd
* _mm512_maskz_and_pd
* _mm512_mask_and_ps
* _mm512_maskz_and_ps
* _mm512_broadcast_f32x2
* _mm512_mask_broadcast_f32x2
Contains:
* _mm512_maskz_broadcast_f32x2
* _mm512_broadcast_f32x8
* _mm512_mask_broadcast_f32x8
* _mm512_maskz_broadcast_f32x8
* _mm512_broadcast_f64x2
* _mm512_mask_broadcast_f64x2
* _mm512_maskz_broadcast_f64x2
* _mm512_broadcast_i32x2
* _mm512_mask_broadcast_i32x2
* _mm512_maskz_broadcast_i32x2

Tests for:

* _mm512_and_pd
* _mm512_xor_pd
* _mm512_andnot_pd
@bors
Copy link
Contributor

bors commented Feb 14, 2021

The latest upstream changes (presumably 8f63131) made this pull request unmergeable. Please resolve the merge conflicts.

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.

None yet

5 participants