[PATCH v3 06/19] math: Don't redirect inlined builtin math functions
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Thu Nov 6 09:36:57 GMT 2025
On 03/11/25 04:03, Maciej W. Rozycki wrote:
> 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.
Sigh, you are right. I had the impression it was not that's why I had added
it on this place. Let me find another place for this.
More information about the Libc-alpha
mailing list