Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leomccormack committed Jun 26, 2021
1 parent f050968 commit 7de6526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ v1.2.0
performance library, now call the appropriate optimised routines. The Intel MKL vector-vector
operations have been switched to the "mode overiding" variants, which allows some accuracy to be
traded for faster computations
- Added some SIMD (SSE) optimised functions, which may be enabled with "SAF_ENABLE_SIMD"
- A number of other minor and some significant optimisations throughout the framework
- Improved doxygen documentation for the examples
- Added resampleHRIR() function to saf_hrir module, which employs the SPEEX algorithm.
Expand All @@ -27,7 +28,7 @@ the first input argument should either be set to "NULL", (in which case they rev
previously), or you can pass the pre-allocated object, (in which case no run-time malloc calls are
made).

The SAF_PRINT_VERSION_LICENSE_STRING macro has been removed; refer to SAF_LICENSE_STRING instead.
The SAF_PRINT_VERSION_LICENSE_STRING macro has been removed; use the SAF_LICENSE_STRING instead.

====================================================================================================
v1.1.7
Expand Down

0 comments on commit 7de6526

Please sign in to comment.