]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Mention the AVX2 algorithm in NEWS
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 23 Oct 2019 18:58:09 +0000 (20:58 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 23 Oct 2019 18:58:09 +0000 (20:58 +0200)
doc/NEWS.adoc

index 37152f604ef24cf34773663286701315ec09d1fa..a8b025bf67ac35f373d1804959b14219015b880c 100644 (file)
@@ -39,6 +39,11 @@ High-level summary of changes (work in progress)
   like `-c/--cleanup`, `-C/--clear`, `-x/--show-compression` and
   `-X/--recompress`.
 
+- When supported by the CPU, a SIMD-friendly (using AVX2) algorithm is now used
+  to scan input source code for `__DATE__` and `__TIME__` macros. This can
+  decrease the number of CPU cycles for a direct cache hit with up to 15% in
+  some cases.
+
 - (More to be written.)