Skip to content

Commit ea07444

Browse files
committed
updated Changelog
1 parent 7628430 commit ea07444

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

ChangeLog.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
Major and/or breaking changes to the Spatial_Audio_Framework are listed here.
99
For descriptions of minor changes and bug fixes, please refer to the git log.
1010

11+
====================================================================================================
12+
v1.2.1
13+
- Added (optional) AVX and AVX-512 support, when using: SAF_ENABLE_SIMD
14+
- Added (optional) FFTW support for saf_utility_fft, via the new flag: SAF_USE_FFTW
15+
- If Intel IPP is enabled (SAF_USE_INTEL_IPP), then the IPP resampler is employed, instead of the
16+
included SPEEX resampler, when calling resampleHRIRs()
17+
18+
Breaking changes:
19+
20+
The install-safipp.sh script now defaults to the new oneAPI install paths. However, an arbitrary
21+
install path (e.g. the old one) may also now be specified as an input argument.
22+
1123
====================================================================================================
1224
v1.2.0
1325
- All lapack-related saf_utility_veclib functions now include an option to pre-allocate the run-
@@ -19,7 +31,7 @@ v1.2.0
1931
- Added some SIMD (SSE) optimised functions, which may be enabled with "SAF_ENABLE_SIMD"
2032
- A number of other minor and some significant optimisations throughout the framework
2133
- Improved doxygen documentation for the examples
22-
- Added resampleHRIR() function to saf_hrir module, which employs the SPEEX algorithm.
34+
- Added resampleHRIRs() function to saf_hrir module, which employs the SPEEX algorithm.
2335

2436
Breaking changes:
2537

0 commit comments

Comments
 (0)