[PATCH v4 1/2] stdlib: Add internal stdc_rotate_right implementation

Joseph Myers josmyers@redhat.com
Tue Mar 31 18:26:32 GMT 2026


On Tue, 31 Mar 2026, Adhemerval Zanella wrote:

> It follows the C2y N3367 proposed interface, along with some tests
> imported from gnulib (and adapted to glibc libsupport).
> 
> Checked on x86_64-linux-gnu and i686-linux-gnu.
> ---
>  include/stdbit.h               |  68 +++++

It seems odd to put this in the internal header rather than the installed 
header (conditional on __GLIBC_USE (ISOC2Y)) and corresponding public 
ABIs.

-- 
Joseph S. Myers
josmyers@redhat.com



More information about the Libc-alpha mailing list