Update ChangeLog.*

This commit is contained in:
Michael Meissner 2025-10-09 22:36:42 -04:00
parent 86a47a7c87
commit 4a397f396b
1 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,18 @@
==================== Branch work222-float, patch #325 ====================
Remove vector neg/abs/nabs.
2025-10-09 Michael Meissner <meissner@linux.ibm.com>
gcc/
* config/rs6000/float16.md (neg<mode>2, VFP16 iterator): Delete.
(xor<mode>3, VFP16 iterator): Likewise.
(abs<mode>2, VFP16 iterator): Likewise.
(andc<mode>, VFP16 iterator): Likewise.
(nabs<mode>2, VFP16 iterator): Likewise.
(ior<mode>3, VFP16 iterator): Likewise.
==================== Branch work222-float, patch #324 ====================
Move things around; Make unary operators work without hardware support.