]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Apr 2022 00:17:39 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 28 Apr 2022 00:17:39 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 7d07e417fa4b504dc8f7e57bb0d968517da4ea1a..9d32886f03f7513b2b9514b3588830987acfe5c6 100644 (file)
@@ -1,3 +1,23 @@
+2022-04-27  Hongyu Wang  <hongyu.wang@intel.com>
+
+       Backported from master:
+       2022-04-25  Hongyu Wang  <hongyu.wang@intel.com>
+
+       PR target/105339
+       * config/i386/avx512fintrin.h (_mm512_scalef_round_pd):
+       Add parentheses for parameters and djust format.
+       (_mm512_mask_scalef_round_pd): Ditto.
+       (_mm512_maskz_scalef_round_pd): Ditto.
+       (_mm512_scalef_round_ps): Ditto.
+       (_mm512_mask_scalef_round_ps): Ditto.
+       (_mm512_maskz_scalef_round_ps): Ditto.
+       (_mm_scalef_round_sd): Use _mm_undefined_pd.
+       (_mm_scalef_round_ss): Use _mm_undefined_ps.
+       (_mm_mask_scalef_round_sd): New macro.
+       (_mm_mask_scalef_round_ss): Ditto.
+       (_mm_maskz_scalef_round_sd): Ditto.
+       (_mm_maskz_scalef_round_ss): Ditto.
+
 2022-04-21  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index b8093fcf599a2e45253925f50f8f75b5edfef8ff..04ee20dc4e29bf17e0c6cfecabe6b83851e5bb51 100644 (file)
@@ -1 +1 @@
-20220427
+20220428
index c299a831edd3154a7d8b620d1b6b9aa2096e928f..43c31d4c6f340bf86dd71670ab44fd9e478951e0 100644 (file)
@@ -1,3 +1,11 @@
+2022-04-27  Hongyu Wang  <hongyu.wang@intel.com>
+
+       Backported from master:
+       2022-04-25  Hongyu Wang  <hongyu.wang@intel.com>
+
+       PR target/105339
+       * gcc.target/i386/sse-14.c: Add tests for new macro.
+
 2022-04-24  Mikael Morin  <mikael@gcc.gnu.org>
 
        PR fortran/104228