Update ChangeLog.*

This commit is contained in:
Michael Meissner 2025-10-17 02:08:35 -04:00
parent 1303873a51
commit 357d0be634
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
==================== Branch work222-float, patch #336 ====================
Fix typo in vectorizing __bfloat16.
2025-10-17 Michael Meissner <meissner@linux.ibm.com>
gcc/
* config/rs6000/float16.cc (fp16_vectorization): Fix typo in
vectorizing __bfloat16.
* config/rs6000/float16.md (xvcvhpsp_v8hf): Fix comment.
==================== Branch work222-float, patch #335 ====================
Add vectorized 16-bit floating point binary operation support.