1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-21 14:53:53 +03:00
Files
glibc/sysdeps/unix/sysv/linux/csky
Joseph Myers ea18d5a4c2 Implement C23 memalignment
Add the C23 memalignment function (query the alignment of a pointer)
to glibc.

Given how simple this operation is, it would make sense for compilers
to inline calls to this function, but I'm treating that as a compiler
matter (compilers should add it as a built-in function) rather than
adding an inline version to glibc headers (although such an inline
version would be reasonable as well).  I've filed
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122117 for this feature
in GCC.

Tested for x86_64 and x86.
2025-10-17 16:56:59 +00:00
..
2023-07-17 10:08:10 -04:00
2022-08-04 10:03:45 -03:00
2023-02-20 10:21:19 -03:00
2025-10-17 16:56:59 +00:00
2021-06-03 08:26:04 +02:00
2025-05-14 10:51:46 +00:00
2021-06-30 08:43:37 +02:00