Description
CPU feature detection helps applications choose code paths that match the processor currently running them. A program can check available instruction sets at runtime instead of assuming every machine has the same CPU capabilities.
This is mostly a dependency for performance-sensitive software and developer projects. It does not tune the computer by itself; applications use the library to make safer decisions about optimized instructions.