cpuid icon indicating copy to clipboard operation
cpuid copied to clipboard

C++ library for detecting CPU capabilities

Results 4 cpuid issues
Sort by recently updated
recently updated
newest added

See the full description in this issue in sfizz project which breaks: https://github.com/sfztools/sfizz/issues/1116

Configure breaks: ``` Checking C++ compiler 'c++' : Recurse "waf-tools" for "configure" failed with: Unknown compiler: c++ (complete log in /disk-samsung/freebsd-ports/devel/cpuid/work/cpuid-8.0.0-38-g5755ad8/build/freebsd/config.log) ``` clang-14 FreeBSD 13.1

I believe we also should check whether OS itself supports AVX, because OS must provide context switching for YMM registers and not all OS can do this. See the section...

Hello. Based on information from [Microsoft documentation] (https://learn.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex?redirectedfrom=MSDN&view=msvc-170). Unfortunately, I cannot implement support for the arm architecture due to the lack of it.