aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tst-ullabs.c
AgeCommit message (Collapse)AuthorFilesLines
2025-04-08stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabsLenard Mollenkopf1-0/+55
C2Y adds unsigned versions of the abs functions (see C2Y draft N3467 and proposal N3349). Tested for x86_64. Signed-off-by: Lenard Mollenkopf <glibc@lenardmollenkopf.de>