[PATCH v3 06/19] math: Don't redirect inlined builtin math functions
Maciej W. Rozycki
macro@orcam.me.uk
Mon Nov 3 03:03:11 GMT 2025
On Fri, 31 Oct 2025, Adhemerval Zanella wrote:
> For MIPS, some math-use-builtin headers include sysdep.h and this
> in turn includes a lot of extra headers that do not allow ldbl-128
> code to override alias definition (math.h will include
> some stdlib.h definition). The math-use-builtin only requires
> the __mips_isa_rev, so move the defintion to sgidefs.h.
NAK for the MIPS part: <sgidefs.h> is an installed header, that is it is
a part of the API and standardised in the MIPS environment. Please find a
better place for internal use.
Maciej
More information about the Libc-alpha
mailing list