| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-01-11 | avx512vbmi2 (#979) | minybot | -0/+3 | |
| 2021-01-04 | Avx512vbmi (#977) | minybot | -0/+3 | |
| 2020-12-09 | Add AVX512BITALG (#964) | DevJPM | -0/+3 | |
| This adds the AVX512BITALG intrinsics. It also patches the verification against the Intel Intrinsic Guide because Rust uses a different naming. Added intrinsics match _mm(256|512)?(_maskz?)?_popcnt_epi(8|16) for the popcount ones and _mm(256|512)?(_mask)?_bitshuffle_epi64_mask | ||||
| 2020-12-01 | Avx512bw (#960) | minybot | -4/+9 | |
| 2020-11-22 | Avx512bw (#953) | minybot | -3/+13 | |
| 2020-11-07 | Avx512f (#933) | minybot | -1/+31 | |
| 2020-11-02 | Fix some clippy lints (#937) | Joshua Nelson | -48/+39 | |
| 2020-11-02 | Add shift-and-insert Arm intrinsics. (#936) | Adam Hillier | -0/+40 | |
| 2020-10-17 | Avx512f (#927) | minybot | -1/+18 | |
| 2020-10-10 | Avx512f (#921) | minybot | -2/+17 | |
| 2020-09-26 | Implement prefetch hints for aarch64 (#918) | Dong Bo | -1/+2 | |
| Co-authored-by: Wang Maozhang <wangmaozhang@huawei.com> | ||||
| 2020-09-19 | Avx512f (#912) | minybot | -0/+3 | |
| 2020-09-11 | Avx512f (#901) | minybot | -0/+6 | |
| 2020-09-08 | Re-land mm_extract_epi fix (#898) | jethrogb | -2/+0 | |
| This reverts commit 311d56cd91609c1c1c0370cbd2ece8e3048653a5. Co-authored-by: Jethro Beekman <jethro@fortanix.com> | ||||
| 2020-07-28 | Partially revert #868 (#878) | Alex Crichton | -0/+2 | |
| This commit partially reverts #868 to restore the intrinsics to their original implementation to avoid breaking changes. This is done while rust-lang/rust#73166 is running through crater, and should unblock rust-lang/rust#74482. | ||||
| 2020-07-11 | added f32 and f64 unaligned stores and loads from avx512f set (#873) | Shamir Khodzha | -0/+6 | |
| 2020-06-16 | Add AVX 512f gather, scatter and compare intrinsics (#866) | Daniel Smith | -3/+7 | |
| Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com> | ||||
| 2020-06-09 | Fix x86 extract_epi{8,16} functions | Jethro Beekman | -4/+11 | |
| * Update Intel intrinsics definitions with the latest version * Update _mm256_extract_epi{8,16} to match latest definition * Fix _mm_extract_epi16 sign extension Fixes #867 | ||||
| 2020-05-29 | Fix cancellation code arithmetic | Mahmut Bulut | -0/+1 | |
| 2020-05-29 | Add __mmask8 type | Daniel Smith | -0/+3 | |
| 2019-08-17 | Verify that all intrinsics have a run-time test | gnzlbg | -0/+330 | |
| 2019-07-09 | Allow unused items in verification tests | gnzlbg | -1/+2 | |
| 2019-07-09 | Update repo name | gnzlbg | -0/+1464 | |
