about summary refs log tree commit diff
path: root/library/stdarch/crates/stdarch-verify/tests
AgeCommit message (Collapse)AuthorLines
2021-01-11avx512vbmi2 (#979)minybot-0/+3
2021-01-04Avx512vbmi (#977)minybot-0/+3
2020-12-09Add 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-01Avx512bw (#960)minybot-4/+9
2020-11-22Avx512bw (#953)minybot-3/+13
2020-11-07Avx512f (#933)minybot-1/+31
2020-11-02Fix some clippy lints (#937)Joshua Nelson-48/+39
2020-11-02Add shift-and-insert Arm intrinsics. (#936)Adam Hillier-0/+40
2020-10-17Avx512f (#927)minybot-1/+18
2020-10-10Avx512f (#921)minybot-2/+17
2020-09-26Implement prefetch hints for aarch64 (#918)Dong Bo-1/+2
Co-authored-by: Wang Maozhang <wangmaozhang@huawei.com>
2020-09-19Avx512f (#912)minybot-0/+3
2020-09-11Avx512f (#901)minybot-0/+6
2020-09-08Re-land mm_extract_epi fix (#898)jethrogb-2/+0
This reverts commit 311d56cd91609c1c1c0370cbd2ece8e3048653a5. Co-authored-by: Jethro Beekman <jethro@fortanix.com>
2020-07-28Partially 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-11added f32 and f64 unaligned stores and loads from avx512f set (#873)Shamir Khodzha-0/+6
2020-06-16Add AVX 512f gather, scatter and compare intrinsics (#866)Daniel Smith-3/+7
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
2020-06-09Fix x86 extract_epi{8,16} functionsJethro 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-29Fix cancellation code arithmeticMahmut Bulut-0/+1
2020-05-29Add __mmask8 typeDaniel Smith-0/+3
2019-08-17Verify that all intrinsics have a run-time testgnzlbg-0/+330
2019-07-09Allow unused items in verification testsgnzlbg-1/+2
2019-07-09Update repo namegnzlbg-0/+1464