File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 88Major and/or breaking changes to the Spatial_Audio_Framework are listed here.
99For 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====================================================================================================
1224v1.2.0
1325 - All lapack-related saf_utility_veclib functions now include an option to pre-allocate the run-
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
2436Breaking changes:
2537
You can’t perform that action at this time.
0 commit comments