| Crates.io | lanecheck |
| lib.rs | lanecheck |
| version | 0.1.0 |
| created_at | 2025-05-22 06:21:50.696008+00 |
| updated_at | 2025-05-22 06:21:50.696008+00 |
| description | lanecheck is a simple cli tool that will give you a diagnostic readout of what SIMD features your _current_ machine's CPU supports. |
| homepage | https://www.jeremyfwebb.ninja |
| repository | |
| max_upload_size | |
| id | 1684815 |
| size | 448,198 |
So, I've been doing a lot of SIMD lately and I like to know what is available on the misc machines that I develop on/for.
...And whilst the output of cpuid is wonderful, I wanted my own, simpler thing.
git clone https://github.com/alphastrata/lanecheck
cargo run -r
or,
cargo install --path . or cargo install --git https://github.com/alphastrata/lanecheck
lanecheck
