Skip to content

Add many pointer-based x86 and AArch64 intrinsics #28221

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
merged 7 commits into from
Sep 5, 2015
Merged

Conversation

huonw
Copy link
Member

@huonw huonw commented Sep 4, 2015

The ARM equivalents of the AArch64 are annoyingly more complicated (and some of the AArch64 ones are too).

I think I've got exposed all the x86 intrinsics from SSE to AVX2 now (at least, the ones that LLVM implements as callable intrinsics).

@rust-highfive
Copy link
Contributor

r? @alexcrichton

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

@alexcrichton
Copy link
Member

Looks like there's a tidy error, but otherwise r=me

@huonw
Copy link
Member Author

huonw commented Sep 4, 2015

@bors r=alexcrichton

@bors
Copy link
Collaborator

bors commented Sep 4, 2015

📌 Commit 4d942c1 has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Sep 4, 2015

⌛ Testing commit 4d942c1 with merge abceb38...

This also involved adding `[TYPE;N]` syntax and aggregate indexing
support to the generator script: it's the only way to be able to have a
parameterised intrinsic that returns an aggregate, since one can't refer
to previous elements of the current aggregate (and that was harder to
implement).
@bors
Copy link
Collaborator

bors commented Sep 4, 2015

💔 Test failed - auto-win-msvc-32-opt

@huonw
Copy link
Member Author

huonw commented Sep 4, 2015

@bors r=alexcrichton

@bors
Copy link
Collaborator

bors commented Sep 4, 2015

📌 Commit 67aa4c7 has been approved by alexcrichton

bors added a commit that referenced this pull request Sep 5, 2015
The ARM equivalents of the AArch64 are annoyingly more complicated (and some of the AArch64 ones are too).

I think I've got exposed all the x86 intrinsics from SSE to AVX2 now (at least, the ones that LLVM implements as callable intrinsics).
@bors
Copy link
Collaborator

bors commented Sep 5, 2015

⌛ Testing commit 67aa4c7 with merge 7ee876c...

@bors bors merged commit 67aa4c7 into rust-lang:master Sep 5, 2015
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.

4 participants