Skip to content

Commit 5abf0fd

Browse files
authored
Release cpufeatures v0.2.12 (#1036)
1 parent 481df9d commit 5abf0fd

File tree

3 files changed

+35
-29
lines changed

3 files changed

+35
-29
lines changed

Cargo.lock

+28-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cpufeatures/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.2.12 (2024-01-04)
9+
### Added
10+
- Support for x86-64 AVX-512 target features: `gfni`, `vaes`, `vpclmulqdq`, `avx512bitalg`, `avx512vpopcntdq` ([#1035])
11+
12+
[#1035]: https://github.com/RustCrypto/utils/pull/1035
13+
814
## 0.2.11 (2023-10-26)
915
### Added
1016
- Support for AArch64's `sm4` target feature ([#972])

cpufeatures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpufeatures"
3-
version = "0.2.11"
3+
version = "0.2.12"
44
description = """
55
Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets,
66
with no_std support and support for mobile targets including Android and iOS

0 commit comments

Comments
 (0)