]> granicus.if.org Git - libjpeg-turbo/commitdiff
ChangeLog.md: clarification regarding AVX2
authorDRC <information@libjpeg-turbo.org>
Thu, 22 Mar 2018 20:56:09 +0000 (15:56 -0500)
committerDRC <information@libjpeg-turbo.org>
Thu, 22 Mar 2018 20:56:09 +0000 (15:56 -0500)
ChangeLog.md

index eb2a0e6f1aee7cddaa4b617ac9f57a5d39849a6f..f12ad38752f3d628357ddb7ebe3100795a12c317 100644 (file)
@@ -6,11 +6,12 @@
 1. Added AVX2 SIMD implementations of the colorspace conversion, chroma
 downsampling and upsampling, integer quantization and sample conversion, and
 slow integer DCT/IDCT algorithms.  When using the slow integer DCT/IDCT
-algorithms, the compression of RGB images is approximately 13-36% (avg. 22%)
-faster (relative to libjpeg-turbo 1.5.x) with 64-bit code and 11-21% (avg. 17%)
-faster with 32-bit code, and the decompression of RGB images is approximately
-9-35% (avg. 17%) faster with 64-bit code and 7-17% (avg. 12%) faster with
-32-bit code.  (As tested on a 3 GHz Intel Core i7.  Actual mileage may vary.)
+algorithms on AVX2-equipped CPUs, the compression of RGB images is
+approximately 13-36% (avg. 22%) faster (relative to libjpeg-turbo 1.5.x) with
+64-bit code and 11-21% (avg. 17%) faster with 32-bit code, and the
+decompression of RGB images is approximately 9-35% (avg. 17%) faster with
+64-bit code and 7-17% (avg. 12%) faster with 32-bit code.  (As tested on a
+3 GHz Intel Core i7.  Actual mileage may vary.)
 
 2. Overhauled the build system to use CMake on all platforms, and removed the
 autotools-based build system.  This decision resulted from extensive