about summary refs log tree commit diff
path: root/library/portable-simd/crates/core_simd/src
AgeCommit message (Expand)AuthorLines
2025-09-02docs(std): add missing closing code block fences in doc commentsAudaciousAxiom-0/+2
2025-07-05use `div_ceil` instead of manual logicFolkert de Vries-1/+1
2025-03-19Merge commit 'c14f2fc3eb69c164d8bf8d36d91ebd60bd5261e6' into sync-from-portab...Caleb Zulawski-38/+88
2025-02-12Remove ignored `#[must_use]` attributes from portable-simdSamuel Tardieu-25/+0
2025-01-18Merge commit '3383cfbd3572465febc7a8f816a46304373de46a' into sync-from-portab...Caleb Zulawski-150/+556
2024-12-24Bump `stdarch`daxpedda-11/+2
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
2024-09-23stabilize const_intrinsic_copyRalf Jung-2/+0
2024-09-14simd_shuffle: require index argument to be a vectorRalf Jung-4/+12
2024-07-26Fix doc nitsJohn Arundel-23/+23
2024-06-23wasm64 build with target-feature=+simd128,+atomicswooden-worm-0/+2
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+2
2024-06-05Rollup merge of #123168 - joshtriplett:size-of-prelude, r=AmanieuJubilee-2/+2
2024-05-18Fix typos (taking into account review comments)blyxyas-1/+1
2024-05-13Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the preludeJosh Triplett-2/+2
2024-04-24Stabilise `inline_const`Gary Guo-1/+0
2024-04-03rename `expose_addr` to `expose_provenance`joboet-10/+10
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-10/+10
2024-03-25Import the 2021 prelude in the core crateDaniel Paoliello-5/+0
2024-03-23also rename the SIMD intrinsicRalf Jung-2/+2
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-8/+8
2024-03-22Merge commit 'cff979eec1ac0473fc4960ee6cde462c6aeda824' into sync-portable-si...Daniel Paoliello-6/+274
2024-02-18Merge commit '649110751ef4f27440d7cc711b3e07d11bf02d4a' into sync-portable-si...Caleb Zulawski-324/+162
2024-01-30Disable conversions between portable_simd and stdarch on big-endian ARMAmanieu d'Antras-3/+6
2023-12-14Fix target_feature config in portable-simdUrgau-1/+1
2023-12-02Remove link to core::arch::x86_64Caleb Zulawski-1/+1
2023-11-26Merge commit 'e0e9a4517f9fc021283514da387e70a56061bd3e' into sync-portable-si...Caleb Zulawski-886/+1317
2023-10-22use visibility to check unused imports and delete some stmtsbohan-1/+0
2023-07-07Sync portable-simd to 2023 July 07Jubilee Young-128/+330
2023-05-16Hide repr attribute from doc of types without guaranteed reprDavid Tolnay-1/+1
2023-05-11Correct swizzle_dyn cfg for armv7 neonJubilee Young-1/+1
2023-05-11Sync portable-simd to 2023 May 10Jubilee Young-552/+1441
2023-04-28Make sure that signatures aren't accidental refinementsMichael Goulet-1/+1
2023-04-12remove some unneeded importsKaDiWa-1/+1
2023-03-03Match unmatched backticks in library/est31-1/+1
2022-11-06Fix rustdoc lintsMark Rousskov-2/+2
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-07-20Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bda...Jubilee Young-829/+1513
2022-05-27Finish bumping stage0Mark Rousskov-20/+0
2022-04-12portable-simd: use simd_arith_offset to avoid ptr-int transmutationRalf Jung-0/+15
2022-03-12Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc82872...Jubilee Young-67/+107
2022-03-02Fix unused_doc_comments lint errorsGuillaume Gomez-3/+4
2022-03-01Rollup merge of #94452 - workingjubilee:sync-simd-bitmasks, r=workingjubileeDylan DPC-100/+346
2022-02-28Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9Jubilee Young-100/+346
2022-02-25Switch bootstrap cfgsMark Rousskov-6/+1
2022-01-27Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916Jubilee Young-316/+252
2021-12-17Merge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5' into psimdVadim Petrochenkov-62/+25
2021-12-02Merge commit 'a8385522ade6f67853edac730b5bf164ddb298fd' into simd-remove-auto...Jubilee Young-469/+498
2021-11-12Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f04919...Jubilee Young-0/+4032