cpu_features icon indicating copy to clipboard operation
cpu_features copied to clipboard

A cross platform C99 library to get cpu features at runtime.

Results 54 cpu_features issues
Sort by recently updated
recently updated
newest added

We have already `break` into else branch, thus we can remove the repeated branch

On a AWS C5 machine: ``` $ lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 8 On-line CPU(s) list: 0-7 Thread(s) per core: 2 Core(s) per...

bug

In this pull request I added cache info detection for old AMD processors. We can get information about the TLB, but I don't know how to process this information as...

Hi, Do we have a plan to support riscv64? I am willing to do it but maybe need your help. I am stuck on how to define RiscvFeatures struct: ```...

enhancement

To implement support aarch64 for Windows, macOS and FreeBSD I moved common logic to `src/impl_aarch64__base_implementation.inl` which is consistency to x86 base impl

Apple M1

Hi team, I'm working with the rust-lang team on a concern that would overlap with cpu_features, and am specifically here because this project has been around for a long time,...

add mobile core flavor https://en.wikipedia.org/wiki/List_of_Intel_Core_processors

add AMD RX-8125, RX-8120, and A9-9820 detection

A commit to the Linux kernel on 24 October 2021 extended /proc/cpuinfo on MIPS to include information about CPU options. The CPU options include nan2008 (I.e. whether the FPU is...