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

Message ID CAMe9rOpRL48oOuJ+mhC1XHyeDwR1uNFCdNqKprzSJawgK+xmUA@mail.gmail.com
State Not applicable
Headers

Commit Message

H.J. Lu Aug. 16, 2017, 5:45 p.m. UTC
  On Wed, Aug 16, 2017 at 10:02 AM, Joseph Myers <joseph@codesourcery.com> wrote:
> On Wed, 16 Aug 2017, H.J. Lu wrote:
>
>> On Wed, Aug 16, 2017 at 8:45 AM, Carlos O'Donell <carlos@redhat.com> wrote:
>> > On 08/16/2017 11:33 AM, H.J. Lu wrote:
>> >> Here is the updated patch I am checking in.
>> >
>> > LGTM. Please include a NEWS entry describing the new optimizations for Intel.
>> >
>>
>> Like this?
>
> 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?
  

Comments

Joseph Myers Aug. 16, 2017, 5:57 p.m. UTC | #1
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.
  

Patch

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.