]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 12 Sep 2023 00:19:37 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 12 Sep 2023 00:19:37 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 12d2a2bef31b73bbe8d274c447b322445bfabad3..83685cd2a765b7db3e0c9c77da7e0d9ea61d8e28 100644 (file)
@@ -1,3 +1,18 @@
+2023-09-11  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2023-09-11  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/111306
+       PR target/111335
+       * config/i386/sse.md (int_comm): New int_attr.
+       (fma_<complexopname>_<mode><sdc_maskz_name><round_name>):
+       Remove % for Complex conjugate operations since they're not
+       commutative.
+       (fma_<complexpairopname>_<mode>_pair): Ditto.
+       (<avx512>_<complexopname>_<mode>_mask<round_name>): Ditto.
+       (cmul<conj_op><mode>3): Ditto.
+
 2023-09-01  Tobias Burnus  <tobias@codesourcery.com>
 
        Backported from master:
index 0799209e8a74ee3cc1a71a9410c14012206bc9b3..9cb5371202acd7248d991a7ff1e76517f6eab80c 100644 (file)
@@ -1 +1 @@
-20230911
+20230912
index 9c1f5a7dc97e47580452f6672844f622761aebd0..18ba3349469a84ecf495c8d28c9cd19aa08d3d5f 100644 (file)
@@ -1,3 +1,10 @@
+2023-09-11  liuhongt  <hongtao.liu@intel.com>
+
+       Backported from master:
+       2023-09-11  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr111306.c: New test.
+
 2023-08-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: