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

Implement LLVM x86 vpclmulqdq intrinsics #3987

Merged
merged 2 commits into from
Oct 27, 2024
Merged

Conversation

TDecking
Copy link
Contributor

The vpclmulqdq extension provides carryless multiplication operations for 256-bit and 512-bit length simd operands and expands the similar pclmulqdq extension (notice the missing v). That extension is already supported, which means that most of the work was already done, with no new algorithms getting added.

@TDecking
Copy link
Contributor Author

@rustbot ready

@rustbot rustbot added the S-waiting-on-review Status: Waiting for a review to complete label Oct 22, 2024
src/shims/x86/mod.rs Outdated Show resolved Hide resolved
src/shims/x86/mod.rs Outdated Show resolved Hide resolved
src/shims/x86/mod.rs Outdated Show resolved Hide resolved
src/shims/x86/mod.rs Outdated Show resolved Hide resolved
src/shims/x86/mod.rs Outdated Show resolved Hide resolved
src/shims/x86/mod.rs Outdated Show resolved Hide resolved
tests/pass/shims/x86/intrinsics-x86-vpclmulqdq.rs Outdated Show resolved Hide resolved
src/shims/x86/mod.rs Show resolved Hide resolved
@RalfJung
Copy link
Member

Looks great, thanks. :)

@RalfJung RalfJung added this pull request to the merge queue Oct 27, 2024
Merged via the queue into rust-lang:master with commit b427e50 Oct 27, 2024
6 checks passed
@TDecking TDecking deleted the vpclmul branch October 28, 2024 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Waiting for a review to complete
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants