Skip to Content

cpu-features v0.9.0

Created
Updated

A cross-platform C library to retrieve CPU features (such as available instructions) at runtime

# Usage

cpu-features provides CMake targets:

find_package(CpuFeatures CONFIG REQUIRED)
target_link_libraries(main PRIVATE CpuFeatures::cpu_features) 

# License

# Supported Platforms

!uwp

  • linux
  • osx
  • windows
  • uwp

# Features

No default features set.

# tools

list_cpu_features command line tool

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • myd7349's avatar myd7349
  • nicole mazzuca's avatar nicole mazzuca
  • Wei Dai's avatar Wei Dai
  • Billy O'Neal's avatar Billy O'Neal
  • nicole mazzuca's avatar nicole mazzuca
  • chausner's avatar chausner
  • Weihang Ding's avatar Weihang Ding
  • autoantwort's avatar autoantwort

# Changelog

  • 219c8de [cpu-features] Bump to 0.9.0 (#33831)
  • 2364f74 [cpu-features] tools does not build on arm64-osx (#33513)
  • 4861ec7 [cpu-features] Bump to 0.8.0 (#33404)
  • e9dbd36 [cpu-features] Update to 0.7.0 (#29182)
  • 9ccd693 [toolchain windows] set CMAKE_SYSTEM_PROCESSOR (#24100)
  • c9e786d [many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • b2dd126 [cpu-features] Fixed and updated cpu-features. (#18101)
  • 0fec134 [vcpkg manifest] Add documentation! (#13488)
  • b9da397 [cpu-features] Add new port (#12681)

# Source