Jakub Beránek
8f0ffa8125
Reformat code
2025-07-23 15:01:42 +02:00
Jakub Beránek
608297247a
Remove std_detect
from stdarch examples
2025-07-22 20:22:16 +02:00
Marijn Schouten
beb1b7d1a8
connect5: clippy fixes
2025-07-11 16:54:07 +00:00
Amanieu d'Antras
68c0308cbe
Stabilize AVX512 intrinsics
...
FCP completed in tracking issue rust-lang/rust#111137
2025-06-02 19:45:44 +00:00
Tsukasa OI
c5693ed5e4
stdarch_examples: Modernization of the coding style
...
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-31 09:38:49 +00:00
Folkert de Vries
a850e8738a
avx512_target_feature
is now stable on nightly
2025-05-20 14:26:46 +00:00
Eduardo Sánchez Muñoz
b8d25bdefa
Remove some allow(unsafe_op_in_unsafe_fn)
s and use target_feature 1.1 in examples
2025-02-25 01:11:47 +00:00
Eric Huss
d9ec0157da
Format with style edition 2024
2025-02-09 12:57:14 -08:00
Eric Huss
844a604bf0
Allow unsafe_op_in_unsafe_fn
...
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.
2025-02-09 12:31:30 -08:00
Eduardo Sánchez Muñoz
21300c20e4
Simplify some code in examples
2024-11-29 23:37:33 +00:00
Yuri Astrakhan
442e492d1f
Clean up examples, make it more "Rusty"
2024-10-01 04:40:25 -04:00
Amanieu d'Antras
76d52cdd68
Fix std_detect not being an unstable crate
...
More fallout from #1486
2024-01-05 11:14:38 +00:00
Eduardo Sánchez Muñoz
57479f8c9b
Remove unneeded borrows
2023-11-18 20:28:46 -08:00
Amanieu d'Antras
ea27e5cfcb
Fix various compilation errors
2023-10-29 20:39:50 +01:00
Amanieu d'Antras
b8ba57f310
Cleanup last uses of the stdsimd feature
2023-10-29 20:39:50 +01:00
Bruce Mitchener
5c4a950591
docs: Fix warnings and typos.
...
* Fix typo in HTML tag
* Mark some things with backticks to fix warnings about
unescaped square brackets.
* Spell "initialize" correctly to fix typos.
2023-07-30 10:57:20 +01:00
Yuri Astrakhan
81c221f058
Edition 2021, apply clippy::uninlined_format_args fix ( #1339 )
2022-10-25 20:17:23 +01:00
minybot
981e250f89
Avx512vbmi ( #977 )
2021-01-04 00:35:51 +00:00
minybot
74c3d97374
avx512f example ( #952 )
2020-12-25 23:42:42 +00:00