#simd #avx #lanecheck

app lanecheck

lanecheck is a simple cli tool that will give you a diagnostic readout of what SIMD features your _current_ machine's CPU supports

1 unstable release

Uses new Rust 2024

new 0.1.0 May 22, 2025

#230 in Hardware support

MIT license

440KB
196 lines

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:

Dependencies

~3–11MB
~94K SLoC