Skip to content

Commit

Permalink
bumped SAF version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leomccormack committed Aug 19, 2021
1 parent 8f2be29 commit 1991d62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
Major and/or breaking changes to the Spatial_Audio_Framework are listed here.
For descriptions of minor changes and bug fixes, please refer to the git log.

====================================================================================================
v1.2.2
- General documentation improvements, and also switched to a more modern doxygen theme
- More Intel IPP functions are favoured and called if SAF_USE_INTEL_IPP is defined
- Added a solo/mute feature for the ambi_enc and binauraliser examples
- Some more minor optimisations

====================================================================================================
v1.2.1
- Added (optional) AVX and AVX-512 support, when using: SAF_ENABLE_SIMD
Expand Down
2 changes: 1 addition & 1 deletion framework/include/saf.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

#define SAF_VERSION_MAJOR 1 /**< Major version */
#define SAF_VERSION_MINOR 2 /**< Minor version */
#define SAF_VERSION_PATCH 1 /**< Patch version */
#define SAF_VERSION_PATCH 2 /**< Patch version */
#define SAF_VERSION_SPECIAL "" /**< Append text ("alpha", "beta", "") */
#define MKSTRING_(s) #s /**< Stringify */
#define MKSTRING(s) MKSTRING_(s) /**< Stringify */
Expand Down

0 comments on commit 1991d62

Please sign in to comment.