diff options
author | Bill Schmidt <wschmidt@linux.ibm.com> | 2020-05-11 16:04:55 -0500 |
---|---|---|
committer | Bill Schmidt <wschmidt@linux.ibm.com> | 2020-05-11 16:04:55 -0500 |
commit | 0e47fe3ab528c1b29305bfd4ac3889703b4fd85c (patch) | |
tree | ee9713f7f3a32e91189ed737c3209b1c7f49e827 /gcc/ChangeLog | |
parent | f804945f4a9542496382a5a6a7a83eefefac0f60 (diff) | |
download | gcc-0e47fe3ab528c1b29305bfd4ac3889703b4fd85c.zip gcc-0e47fe3ab528c1b29305bfd4ac3889703b4fd85c.tar.gz gcc-0e47fe3ab528c1b29305bfd4ac3889703b4fd85c.tar.bz2 |
Fix change log ordering from previous commit
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4dea211..42c2747 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,8 +1,3 @@ -2020-05-11 Uroš Bizjak <ubizjak@gmail.com> - - PR target/95046 - * config/i386/mmx.md (sqrtv2sf2): New insn pattern. - 2020-05-11 Kelvin Nilsen <kelvin@gcc.gnu.org> * config/rs6000/rs6000-builtin.def (__builtin_cntlzdm): New @@ -16,6 +11,11 @@ a Future Architecture): Add descriptions of __builtin_cntlzdm and __builtin_cnttzdm functions. +2020-05-11 Uroš Bizjak <ubizjak@gmail.com> + + PR target/95046 + * config/i386/mmx.md (sqrtv2sf2): New insn pattern. + 2020-05-11 Kelvin Nilsen <kelvin@gcc.gnu.org> * config/rs6000/altivec.h (vec_cfuge): New #define. |