https://gcc.gnu.org/g:0a69ad10fc41883c7543a908d54b07ae62e5b5ad
commit 0a69ad10fc41883c7543a908d54b07ae62e5b5ad Author: Michael Meissner <meiss...@linux.ibm.com> Date: Mon Sep 8 23:31:36 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gcc/ChangeLog.float b/gcc/ChangeLog.float index 4006bf572854..03fc7d7fd94b 100644 --- a/gcc/ChangeLog.float +++ b/gcc/ChangeLog.float @@ -1,3 +1,19 @@ +==================== Branch work221-float, patch #302 ==================== + +Update conversions between _Float16 and various floating point types. + +2025-09-08 Michael Meissner <meiss...@linux.ibm.com> + +gcc/ + + * config/rs6000/rs6000.md (HF_CONVERT): New mode iterator. + (extendhf<mode>2): Move from vsx.md, add conversion to/from decimal + types. + (trunc<mode>2): Likewise. + * config/rs6000/vsx.md (extendhf<mode>2): Move to vsx.md. + (trunc<mode>hf2): Likewise. + + ==================== Branch work221-float, patch #301 ==================== Convert between _Float16 and 128-bit binary floating point.