Skip to content

Commit

Permalink
6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Jan 13, 2025
1 parent 8306017 commit ba15126
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 6.1.1

#### Changed

- DFT performance has been improved by 30-80% for ARM and ARM64 cpus
- DFT benchmark is now enabled for non-x86 builds

## 6.1.0

#### Added
Expand Down
2 changes: 1 addition & 1 deletion include/kfr/kfr.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#define KFR_VERSION_MAJOR 6
#define KFR_VERSION_MINOR 1
#define KFR_VERSION_PATCH 0
#define KFR_VERSION_PATCH 1
#define KFR_VERSION_LABEL ""

#define KFR_VERSION_STRING \
Expand Down

0 comments on commit ba15126

Please sign in to comment.