Skip to content

Commit d0aac3a

Browse files
chore(release): bump version to 0.2.0
1 parent 974117e commit d0aac3a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
- NIL
3333

34+
## [0.2.0] - 2026-02-08
35+
36+
### Added
37+
38+
- **Automatic SIMD Optimization**: Compiler flags for SSE4.2 hardware acceleration are now automatically configured in Release builds
39+
- **NFX_HASHING_ENABLE_SIMD** option to control SIMD optimizations (default: ON)
40+
- GCC/Clang: automatic `-march=native` (or `-msse4.2` fallback)
41+
- MSVC: automatic `/arch:AVX` for SSE4.2 support
42+
- Debug builds intentionally disable SIMD to allow testing software fallback paths
43+
3444
## [0.1.2] - 2025-11-27
3545

3646
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
cmake_minimum_required(VERSION 3.20)
1010

1111
project(nfx-hashing
12-
VERSION 0.1.2
12+
VERSION 0.2.0
1313
DESCRIPTION "Modern C++20 header-only hashing library with hardware acceleration"
1414
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-hashing"
1515
LANGUAGES CXX

0 commit comments

Comments
 (0)