about summary refs log tree commit diff
path: root/library/stdarch/examples/connect5.rs
AgeCommit message (Expand)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
2025-05-31stdarch_examples: Modernization of the coding styleTsukasa OI-24/+24
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 ex...Eduardo Sánchez Muñoz-40/+54
2025-02-09Format with style edition 2024Eric Huss-5/+1
2025-02-09Allow unsafe_op_in_unsafe_fnEric Huss-0/+1
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
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
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