mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Update NEWS
This commit is contained in:
parent
e23872c8db
commit
e5c74c633e
@ -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.
|
||||
|
6
NEWS
6
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user