about summary refs log tree commit diff
path: root/library/stdarch/crates/core_arch/src/simd.rs
AgeCommit message (Expand)AuthorLines
2025-03-06Don't field-project (`.0`) into SIMD typesScott McMurray-10/+53
2025-02-24core-arch: Add Arm f16 vector typesKajetan Puchalski-0/+2
2025-02-23use `simd_shuffle` in the implementation of `vec_splat`Folkert de Vries-0/+4
2024-11-30Rework SIMD zeroingTobias Decking-0/+3
2024-09-28Clean up docs, fixing indentation and formattingYuri Astrakhan-2/+1
2024-08-17Use full path to refer `simd_shuffle` intrinsic from `simd_shuffle!` macroEduardo Sánchez Muñoz-2/+0
2024-08-08Keep `Debug` the sameScott McMurray-0/+15
2024-08-08Move entirely to array-based SIMDScott McMurray-82/+90
2024-07-26Update Intrinsics List to v3.6.9sayantn-5/+1
2024-07-26AVX512FP16 Part 0: Typessayantn-2/+71
2024-07-06Refactor avx512bw: avg + mulhi + absTobias Decking-0/+139
2024-04-16Implement _mm(256)_abs_epi* without x86-specific LLVM intrinsicsEduardo Sánchez Muñoz-0/+67
2024-02-18simplify simd_ty, simd_m_ty macros: do not repeat the element type N timesRalf Jung-517/+88
2024-02-17avoid using simd_extract in SimdTy::extract (since the index is not a constan...Ralf Jung-10/+12
2021-12-04Update the intrinsic checker tool (#1258)Amanieu d'Antras-3/+3
2021-01-18Avx512f_avx512vl (#983)minybot-0/+1
2020-11-22Avx512bw (#953)minybot-0/+196
2020-11-07Add most single-register load Arm intrinsics. (#941)Adam Hillier-0/+1
2020-10-10Avx512f (#921)minybot-0/+196
2020-08-25add some avx512f intrinsics(mask, rotation, shift) (#884)minybot-95/+583
2020-06-16Add AVX 512f gather, scatter and compare intrinsics (#866)Daniel Smith-0/+16
2020-05-29Add one AVX512f comparison and the intrinsics needed to test itDaniel Smith-0/+4
2019-10-26Replace rustfmt::skip custom inner attribute with rustfmt.tomlMateusz Mikuła-1/+0
2019-05-13Always inline splat and extractLuca Barbato-5/+8
2019-05-09Implement F16C intrinsicsgnzlbg-0/+4
2019-04-17Fix clippy issuesgnzlbg-2/+2
2019-02-23Make core_arch compatible with Rust2015 and Rust2018gnzlbg-2/+2
2019-02-11Add _mm512_set1_epi64.Henry de Valence-0/+4
2019-01-22Do not use Self constructorsgnzlbg-4/+6
2019-01-22Fix clippy issuesgnzlbg-4/+4
2019-01-22Refactor stdsimdgnzlbg-0/+191