diff --git a/ChangeLog.txt b/ChangeLog.txt index 70a1730a..30c3b5c6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -92,6 +92,11 @@ included only for convenience. Enabling this feature disables all of the performance features in libjpeg-turbo, as well as arithmetic coding and the TurboJPEG API. The resulting library behaves no differently than libjpeg v6b. +[14] Added ARM 64-bit SIMD acceleration for the YCC-to-RGB color conversion +and IDCT algorithms (both are used during JPEG decompression.) For unknown +reasons (probably related to clang), this code cannot currently be compiled for +iOS. + 1.3.1 =====