是什么 ? | : | a cross-platform C library to retrieve CPU features (such as available instructions) at runtime. |
开发语言 | : | C |
源码仓库 | : | https://github.com/google/cpu_features |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install cpu_features vcpkg install cpu_features:x64-osx vcpkg install cpu_features:x64-linux vcpkg install cpu_features:x64-windows |
macOS | HomeBrew | brew install cpu_features |
GNU/Linux | HomeBrew | brew install cpu_features |
apt | sudo apt-get install -y cpu_featuresc | |
CentOS | yum | sudo yum install -y cpu_features |
dnf | sudo dnf install -y cpu_features | |
openSUSE | zypper | sudo zypper install -y cpu_features |
Alpine Linux | apk | sudo apk add cpu_features |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge cpu_features |