diff options
author | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2017-12-06 10:49:11 +0530 |
---|---|---|
committer | Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com> | 2017-12-06 10:49:11 +0530 |
commit | 87235d7006afcb681ff7422bae346da7dcd995d7 (patch) | |
tree | 4fbe380e40fecbc2683ba796570be81879362b01 /NEWS | |
parent | 0d93b7fd7cc043e908a132aacd46ff46e0c308a5 (diff) | |
download | glibc-87235d7006afcb681ff7422bae346da7dcd995d7.tar.gz glibc-87235d7006afcb681ff7422bae346da7dcd995d7.tar.xz glibc-87235d7006afcb681ff7422bae346da7dcd995d7.zip |
Update NEWS to add sinf optimization
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index cbecce5456..dc5fe32cf8 100644 --- a/NEWS +++ b/NEWS @@ -14,7 +14,7 @@ Major new features: * Optimized x86-64 trunc and truncf for processors with SSE4.1. -* Optimized generic expf, exp2f, logf, log2f and powf. +* Optimized generic expf, exp2f, logf, log2f, powf and sinf. * In order to support faster and safer process termination the malloc API family of functions will no longer print a failure address and stack |