+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:
+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