diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-03-01 20:43:40 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-03-01 20:43:40 +0530 |
commit | e5c74c633e3c92e6653931f6f1b17f955f7e2669 (patch) | |
tree | 5dd2e100e63168d93970eb7a6bde1e2e2b677468 | |
parent | e23872c8db1fb26713b9c15b12686ac7a0077576 (diff) | |
download | glibc-e5c74c633e3c92e6653931f6f1b17f955f7e2669.tar glibc-e5c74c633e3c92e6653931f6f1b17f955f7e2669.tar.gz glibc-e5c74c633e3c92e6653931f6f1b17f955f7e2669.tar.bz2 glibc-e5c74c633e3c92e6653931f6f1b17f955f7e2669.zip |
Update NEWS
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com> + * NEWS: Mention libm performance improvements and non-x86 PI + futex support. + * csu/libc-start.c (__pthread_initialize_minimal): Change function arguments. * csu/libc-tls.c (__pthread_initialize_minimal): Likewise. @@ -21,6 +21,12 @@ Version 2.18 independently of the process stack size using the GLIBC_PTHREAD_DEFAULT_STACKSIZE environment variable. +* Improved worst case performance of libm functions with double inputs and + output. + +* Support for priority inherited mutexes in pthread condition variables on + non-x86 architectures. + Version 2.17 |