cpuid icon indicating copy to clipboard operation
cpuid copied to clipboard

C++ library for detecting CPU capabilities

Results 6 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.

Bumps [waf-tools](https://github.com/steinwurf/waf-tools) from 5.4.0 to 5.4.1. Commits 8079159 Preparing to create tag 5.4.1 abcfc90 Fix regext for python3 d1526db fix regex warnings (#128) See full diff in compare view

dependencies
waf