cpuwhat icon indicating copy to clipboard operation
cpuwhat copied to clipboard

Nim utilities for advanced CPU operations: CPU identification, ISA extension detection, bindings to assorted intrinsics

Results 5 cpuwhat issues
Sort by recently updated
recently updated
newest added

Fixes #5, will ideally hold onto this until we can get this tested on Alder Lake samples. Work in progress.

This is primarily due to [Alder Lake](https://en.wikipedia.org/wiki/Alder_Lake_(microprocessor)).

Self-explanatory, people in the IRC were iffy about it. The code that uses Nimterop should still be kept but guarded under a `when` branch.

enhancement