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

SIMD groundwork #1199

Merged
merged 25 commits into from
Sep 18, 2015
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c7b72a0
Lay groundwork for SIMD.
huonw Jul 7, 2015
272ce9b
First round of changes: remove extraneous traits etc.
huonw Jul 8, 2015
5893b16
Second round of changes: minor tweaks.
huonw Jul 8, 2015
f9e48d1
Clarify/fix typos.
huonw Jul 9, 2015
e2fc223
Note that fixed-length arrays could be repr(simd)'d.
huonw Jul 9, 2015
efeafdb
Remove the simd_primitive_trait attribute.
huonw Jul 10, 2015
a7c409b
Mention alignment changes due to repr(simd).
huonw Jul 10, 2015
f4e2ecf
Note pre-RFC discussion.
huonw Jul 10, 2015
1132ede
Clarify how the intrinsics' structural typing works.
huonw Jul 13, 2015
8317ea4
Add arithmetic intrinsics alternative.
huonw Jul 13, 2015
c6ed18a
Write down an answer to "why not `asm!`?".
huonw Jul 13, 2015
67f78ec
point to cfg-if.
huonw Jul 14, 2015
f71c4b3
Use intrinsics for arithmetic instead of built-in operators.
huonw Aug 3, 2015
8b2ec8c
Accidentally:
huonw Aug 3, 2015
47f6ae9
Use the platform-intrinsic ABI instead of rust-intrinsic.
huonw Aug 6, 2015
4a4e6ae
feature(simd_basics) -> feature(repr_simd)
huonw Aug 6, 2015
c4bf5e1
Remove struct flattening.
huonw Aug 12, 2015
6532670
Change shuffles to use arrays of indices.
huonw Aug 12, 2015
8e3a0de
shuffles don't rely on generic types for return values.
huonw Aug 12, 2015
54b0927
Intrinsics-for-operations is now the RFC, not an alternative.
huonw Aug 12, 2015
9e31ad3
Out of bounds indices are errors (backwards compat to relax).
huonw Aug 12, 2015
91a2b36
Only invalid to *call* intrinsics on bad platforms.
huonw Aug 12, 2015
60931df
There can be more shuffles.
huonw Aug 12, 2015
135ba7d
Internal references are legal.
huonw Aug 14, 2015
67fea6e
Type-level integer/values alternatives for shuffles.
huonw Aug 14, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading