From: Rajalakshmi Srinivasaraghavan Date: Tue, 2 Jan 2018 16:19:49 +0000 (+0530) Subject: Update NEWS to add cosf and sincosf optimization X-Git-Tag: glibc-2.27~201 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cf82d2379809ea7c06e04adbc8de22c9d507d03;p=thirdparty%2Fglibc.git Update NEWS to add cosf and sincosf optimization --- diff --git a/ChangeLog b/ChangeLog index 9e47b8185f0..d8afa344b69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-01-02 Rajalakshmi Srinivasaraghavan + + * NEWS: Add cosf and sincosf to list of optimized functions. + 2018-01-02 Aurelien Jarno [BZ #22660] diff --git a/NEWS b/NEWS index f0f4d8bcdd6..c9017b746f8 100644 --- a/NEWS +++ b/NEWS @@ -24,7 +24,7 @@ Major new features: * Optimized x86-64 trunc and truncf for processors with SSE4.1. -* Optimized generic expf, exp2f, logf, log2f, powf and sinf. +* Optimized generic expf, exp2f, logf, log2f, powf, sinf, cosf and sincosf. * In order to support faster and safer process termination the malloc API family of functions will no longer print a failure address and stack