Opened 2 months ago
Last modified 7 weeks ago
#19072 new enhancement
Missing C23 functions: roundeven
Reported by: | pulkomandy | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/libroot.so | Version: | R1/beta5 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
https://en.cppreference.com/w/c/numeric/math/roundeven
This is needed by current versions of WebKit on 32-bit platforms.
Change History (2)
comment:1 by , 2 months ago
comment:2 by , 7 weeks ago
There are alternative like nearbyint that musl uses:
Note:
See TracTickets
for help on using tickets.
This isn't even in musl or FreeBSD yet. What even does support it, besides glibc?