lanecheck

Crates.iolanecheck
lib.rslanecheck
version0.1.0
created_at2025-05-22 06:21:50.696008+00
updated_at2025-05-22 06:21:50.696008+00
descriptionlanecheck is a simple cli tool that will give you a diagnostic readout of what SIMD features your _current_ machine's CPU supports.
homepagehttps://www.jeremyfwebb.ninja
repository
max_upload_size
id1684815
size448,198
Jer (alphastrata)

documentation

https://www.github.com/alphastrata/lanecheck

README

Lanecheck

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.

Usage

git clone https://github.com/alphastrata/lanecheck

cargo run -r

or,

cargo install --path . or cargo install --git https://github.com/alphastrata/lanecheck

lanecheck

Output:

hero-img

Commit count: 0

cargo fmt