[go: up one dir, main page]

cpufeatures 0.2.10

Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS
Documentation
[package]
authors = ["RustCrypto Developers"]
categories = ["hardware-support", "no-std"]
description = "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, \nwith no_std support and support for mobile targets including Android and iOS\n"
documentation = "https://docs.rs/cpufeatures"
edition = "2018"
keywords = ["cpuid", "target-feature"]
license = "MIT OR Apache-2.0"
name = "cpufeatures"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
version = "0.2.10"
[target.aarch64-linux-android.dependencies.libc]
version = "0.2.149"
[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
version = "0.2.149"
[target."cfg(all(target_arch = \"aarch64\", target_vendor = \"apple\"))".dependencies.libc]
version = "0.2.149"
[target."cfg(all(target_arch = \"loongarch64\", target_os = \"linux\"))".dependencies.libc]
version = "0.2.149"