diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ Major new features: functions for float, double, long double, _FloatN and _FloatNx, and a type-generic macro in <tgmath.h>. - - Power and absolute-value functions: powr, rsqrt. + - Power and absolute-value functions: pown, powr, rsqrt. * On Linux, the pthread_gettid_np function has been added. @@ -24,7 +24,7 @@ Deprecated and removed features, and other changes affecting compatibility: Changes to build and runtime requirements: - [Add changes to build and runtime requirements here] +* GCC 12.1 or later is now required to build the GNU C Library. Security related changes: |