From: meissner Date: Wed, 1 Jun 2016 22:24:29 +0000 (+0000) Subject: Fix ChangeLog entry: X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a5cb9431dd05b5b58ae498c39474d865168b3ca;p=thirdparty%2Fgcc.git Fix ChangeLog entry: 2016-05-24 Michael Meissner * config/rs6000/altivec.md (VNEG iterator): New iterator for VNEGW/VNEGD instructions. (p9_neg2): New insns for ISA 3.0 VNEGW/VNEGD. (neg2): Add expander for V2DImode added in ISA 2.07, and support for ISA 3.0 VNEGW/VNEGD instructions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237020 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9cfde95962d8..acc999418dc1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -906,7 +906,7 @@ * config/rs6000/altivec.md (VNEG iterator): New iterator for VNEGW/VNEGD instructions. (p9_neg2): New insns for ISA 3.0 VNEGW/VNEGD. - (neg2): Add expander for V2DImode added in ISA 2.06, and + (neg2): Add expander for V2DImode added in ISA 2.07, and support for ISA 3.0 VNEGW/VNEGD instructions. 2016-05-24 Cesar Philippidis