]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/ChangeLog
Daily bump.
[thirdparty/gcc.git] / libstdc++-v3 / ChangeLog
index de227bac9efa1fb9a16c154804198ab0d1a3c340..a8d77dcd4f1af623f97dc454a0be22a9fce42941 100644 (file)
@@ -1,3 +1,9 @@
+2021-03-06  Jakub Jelinek  <jakub@redhat.com>
+
+       PR libstdc++/99396
+       * include/std/bit (__rotl, __rotr): Add optimized variants for power of
+       two _Nd which the compiler can pattern match the rotates.
+
 2021-03-04  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/99382