This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] x86-64: Optimize e_expf with FMA [BZ #21912]


On Wed, Aug 16, 2017 at 10:57 AM, Joseph Myers <joseph@codesourcery.com> wrote:
> On Wed, 16 Aug 2017, H.J. Lu wrote:
>
>> > The "[Add new features here]" placeholder should be removed when adding
>> > the first feature to that section (and likewise for the placeholders in
>> > other NEWS sections when entries are first added to those).
>> >
>>
>> Like this?
>
> Yes, exactly.
>

This is what I checked in.

Thanks.


-- 
H.J.
From 87e7bf4d36af0a4622dc2687730f26d7d53003fe Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Wed, 16 Aug 2017 11:05:55 -0700
Subject: [PATCH] Remove "[Add new features here]" for 2.27

	* NEWS: Remove "[Add new features here]" for 2.27.
---
 ChangeLog | 4 ++++
 NEWS      | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index af07c422ff..5f69f5d176 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* NEWS: Remove "[Add new features here]" for 2.27.
+
 2017-08-16  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/unix/sysv/linux/sh/localplt.data: Allow abort in
diff --git a/NEWS b/NEWS
index 0475e225ca..6639633c2b 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,6 @@ Version 2.27
 
 Major new features:
 
-  [Add new features here]
-
 * Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin and tan
   with FMA, contributed by Arjan van de Ven and H.J. Lu from Intel.
 
-- 
2.13.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]