Skip to content

Convert the last avx512f and avx512vpclmulqdq intrinsics #1068

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

Merged

Conversation

lqd
Copy link
Member

@lqd lqd commented Mar 9, 2021

This PR converts the following intrinsics to const generics:

x86/avx512f.rs:

  • _mm512_extracti64x4_epi64
  • _mm512_extracti32x4_epi32
  • _mm256_extracti32x4_epi32

x86/avx512vpclmulqdq.rs:

  • _mm512_clmulepi64_epi128
  • _mm256_clmulepi64_epi128

Which I believe, with #1067, should complete the x86 ones

@rust-highfive
Copy link

r? @Amanieu

(rust-highfive has picked a reviewer for you, use r? to override)

@lqd lqd marked this pull request as ready for review March 9, 2021 18:52
@Amanieu Amanieu merged commit 1d4c3dd into rust-lang:master Mar 9, 2021
@lqd lqd deleted the const_generics_10_the_end_of_evavx512felion branch March 10, 2021 06:30
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