Registry / utility / ruapu
library0.1.0vcpkgunverified

Single-header library to detect CPU features at runtime.

vcpkg install ruapu
INSTALL
IMPORT
SIG · RUAPU
R
ruapu
utilitycppv0.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ruapu.h
#include <ruapu.h>

Check for AVX2 support

#include <ruapu.h> #include <iostream> int main() { if (ruapu_supports("avx2")) { std::cout << "CPU supports AVX2" << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

ruapu — pip install ruapu · libregistry