Document the existence of the new ARM64 SIMD code

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1362 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2014-08-20 15:40:43 +00:00
parent 19224b2252
commit bc3c1685a7

View File

@@ -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
=====