Skip to content

Commit

Permalink
Release cpufeatures v0.2.12 (#1036)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jan 4, 2024
1 parent 481df9d commit 5abf0fd
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 29 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions cpufeatures/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.12 (2024-01-04)
### Added
- Support for x86-64 AVX-512 target features: `gfni`, `vaes`, `vpclmulqdq`, `avx512bitalg`, `avx512vpopcntdq` ([#1035])

[#1035]: https://github.com/RustCrypto/utils/pull/1035

## 0.2.11 (2023-10-26)
### Added
- Support for AArch64's `sm4` target feature ([#972])
Expand Down
2 changes: 1 addition & 1 deletion cpufeatures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cpufeatures"
version = "0.2.11"
version = "0.2.12"
description = """
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
Expand Down

0 comments on commit 5abf0fd

Please sign in to comment.