Re: [PATCH] c: Rename uimaxabs to umaxabs

2025-09-02 Thread Joseph Myers
On Mon, 1 Sep 2025, Jakub Jelinek wrote: > Hi! > > The following patch implements > https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3577.txt > No big deal on the GCC side, for uimaxabs we just won't > recognize it as builtin and I don't see it worth preserving > __builtin_uimaxabs, I doubt anyt

[PATCH] c: Rename uimaxabs to umaxabs

2025-09-02 Thread Jakub Jelinek
Hi! The following patch implements https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3577.txt No big deal on the GCC side, for uimaxabs we just won't recognize it as builtin and I don't see it worth preserving __builtin_uimaxabs, I doubt anything but gcc testsuite used that. But on the glibc side