about summary refs log tree commit diff
path: root/library/stdarch/examples/connect5.rs
AgeCommit message (Collapse)AuthorLines
2025-07-23Reformat codeJakub Beránek-5/+1
2025-07-22Remove `std_detect` from stdarch examplesJakub Beránek-4/+12
2025-07-11connect5: clippy fixesMarijn Schouten-25/+12
2025-06-02Stabilize AVX512 intrinsicsAmanieu d'Antras-2/+2
FCP completed in tracking issue rust-lang/rust#111137
2025-05-31stdarch_examples: Modernization of the coding styleTsukasa OI-24/+24
It modernizes the coding style of the crate stdarch_examples (an example "connect5") by fixing Clippy warnings (except clippy::manual_range_contains in which "fixing" the warning will complicate the code). Clippy: rust version 1.89.0-nightly (6f6971078 2025-05-28) Number of Fixed Warnings: 6/6
2025-05-20`avx512_target_feature` is now stable on nightlyFolkert de Vries-1/+0
2025-02-25Remove some `allow(unsafe_op_in_unsafe_fn)`s and use target_feature 1.1 in ↵Eduardo Sánchez Muñoz-40/+54
examples
2025-02-09Format with style edition 2024Eric Huss-5/+1
2025-02-09Allow unsafe_op_in_unsafe_fnEric Huss-0/+1
Because stdarch has a really large number of unsafe functions with single-line calls, `unsafe_op_in_unsafe_fn` would end up adding a lot of noise, so for now we will allow it to migrate to 2024.
2024-11-29Simplify some code in examplesEduardo Sánchez Muñoz-22/+8
2024-10-01Clean up examples, make it more "Rusty"Yuri Astrakhan-42/+15
2024-01-05Fix std_detect not being an unstable crateAmanieu d'Antras-2/+3
More fallout from #1486
2023-11-18Remove unneeded borrowsEduardo Sánchez Muñoz-27/+27
2023-10-29Fix various compilation errorsAmanieu d'Antras-1/+3
2023-10-29Cleanup last uses of the stdsimd featureAmanieu d'Antras-1/+1
2023-07-30docs: Fix warnings and typos.Bruce Mitchener-1/+1
* Fix typo in HTML tag * Mark some things with backticks to fix warnings about unescaped square brackets. * Spell "initialize" correctly to fix typos.
2022-10-25Edition 2021, apply clippy::uninlined_format_args fix (#1339)Yuri Astrakhan-1/+1
2021-01-04Avx512vbmi (#977)minybot-0/+1
2020-12-25avx512f example (#952)minybot-0/+1271