From 357d0be634a097531666e03055a1377b5c366425 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 17 Oct 2025 02:08:35 -0400 Subject: [PATCH] Update ChangeLog.* --- gcc/ChangeLog.float | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gcc/ChangeLog.float b/gcc/ChangeLog.float index bf182adafb84..ce473ef216c1 100644 --- a/gcc/ChangeLog.float +++ b/gcc/ChangeLog.float @@ -1,3 +1,15 @@ +==================== Branch work222-float, patch #336 ==================== + +Fix typo in vectorizing __bfloat16. + +2025-10-17 Michael Meissner + +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.