From: Siddhesh Poyarekar Date: Fri, 1 Mar 2013 15:13:40 +0000 (+0530) Subject: Update NEWS X-Git-Tag: glibc-2.18~623 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c74c633e3c92e6653931f6f1b17f955f7e2669;p=thirdparty%2Fglibc.git Update NEWS --- diff --git a/ChangeLog b/ChangeLog index 027c298b624..864832330ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-03-01 Siddhesh Poyarekar + * 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. diff --git a/NEWS b/NEWS index ff342770085..313ccd78d9a 100644 --- a/NEWS +++ b/NEWS @@ -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