diff options
author | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2018-01-02 21:49:49 +0530 |
---|---|---|
committer | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2018-01-02 21:49:49 +0530 |
commit | 4cf82d2379809ea7c06e04adbc8de22c9d507d03 (patch) | |
tree | 07bd284b4e32bf8bc5c682aaa97fd4d94434e81d /NEWS | |
parent | 6a9dd7a7c506a215952cd355505bad5b276e42e8 (diff) | |
download | glibc-4cf82d2379809ea7c06e04adbc8de22c9d507d03.tar.gz glibc-4cf82d2379809ea7c06e04adbc8de22c9d507d03.tar.xz glibc-4cf82d2379809ea7c06e04adbc8de22c9d507d03.zip |
Update NEWS to add cosf and sincosf optimization
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index f0f4d8bcdd..c9017b746f 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 |