Skip to content

Commit 962d93f

Browse files
v2.2.0
1 parent 2c02d8c commit 962d93f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.2.0
4+
- Feat: add `run_with_buf` that reuses internal buffers.
5+
- Perf: more `inline(always)`.
6+
- Perf: avoid `u32x8::splat` on NEON.
7+
- Doc: clarify `target-cpu=native` in readme.
8+
39
## 2.1.0
410
- **Breaking:**: bump `packed-seq` to `4.1` with `PackedNSeq`.
511
- Add `scalar` feature that forwards to `packed-seq`, to disable warnings about

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ seq-hash = "0.1.1"
1212

1313
[package]
1414
name = "simd-minimizers"
15-
version = "2.1.0"
15+
version = "2.2.0"
1616
edition = "2024"
1717
license = "MIT"
1818
repository = "https://github.com/rust-seq/simd-minimizers"

0 commit comments

Comments
 (0)