Glibc 2.41 Adds C23's sinpi / cospi / tanpi Functions
- Reference: 0001511098
- News link: https://www.phoronix.com/news/Glibc-2.41-More-C23
- Source link:
Over the past week the C23 support for [1]cospi , [2]sinpi , and [3]tanpi are now wrapped up in Glibc Git for the GNU C Library 2.41 release. These are among the new math functions defined within "math.h" for C23. This goes along with other recent work for trying to button up C23 libc support as much as possible for the upcoming Glibc 2.41 release.
Among other changes in general for the upcoming Glibc 2.41 milestone is sched_setattr and sched_getattr support on Linux, the DNS stub resolver supporting the strict-error option, removing the big endian ARC port, [4]new performance optimizations , and [5]Linux vDSO getrandom support .
[1] https://sourceware.org/git?p=glibc.git;a=commit;h=0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3
[2] https://sourceware.org/git?p=glibc.git;a=commit;h=776938e8b8dcf2b59998979e91cc0f9db7d771a8
[3] https://sourceware.org/git?p=glibc.git;a=commit;h=f9e90e4b4ce71f88470c8c8b0a16c21088294be4
[4] https://www.phoronix.com/news/Intel-EVEX-Faster-strnlen
[5] https://www.phoronix.com/news/glibc-getrandom-vDSO-Merged
hotaru