https://gcc.gnu.org/g:a908cc508a646fad203d2293adbda9782c49c3eb
commit a908cc508a646fad203d2293adbda9782c49c3eb Author: Michael Meissner <[email protected]> Date: Thu Oct 2 00:19:15 2025 -0400 Update ChangeLog.* Diff: --- gcc/ChangeLog.float | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gcc/ChangeLog.float b/gcc/ChangeLog.float index 0a2b95783fc5..0003feef32a4 100644 --- a/gcc/ChangeLog.float +++ b/gcc/ChangeLog.float @@ -1,3 +1,14 @@ +==================== Branch work222-float, patch #306 ==================== + +Add 16-bit float to rs6000_load_constant_and_splat. + +2025-10-02 Michael Meissner <[email protected]> + +gcc/ + + * config/rs6000/rs6000.cc (rs6000_load_constant_and_splat): Add 16-bit + floating point types. + ==================== Branch work222-float, patch #305 ==================== Attempt to add bfloat16 operations.
