[PATCH v2 03/10] i386: Use generic fmod
Joseph Myers
josmyers@redhat.com
Thu Mar 28 18:38:39 GMT 2024
On Thu, 28 Mar 2024, Adhemerval Zanella Netto wrote:
> We don't really have SVID compatibility tests for any other
> optimization/simplification, and although I don't really oppose on
> adding I also thinking that this is making this change even more
> complicated than it would require.
We have math/test-matherr* as generic tests of matherr working with
binaries that specifically use the compat symbol matherr and not with
newly linked binaries. Those don't however attempt to test properties of
specific symbols for individual libm functions.
A change like the present one is not meant to be user-visible for any
newly linked binary, as a legitimate newly linked binary couldn't link
against the matherr compat symbol anyway. And we don't have any attempt
to ensure that old symbol versions of individual libm functions can be
used together with the compat symbol of matherr - just that the compat
symbol of matherr works with one libm function.
--
Joseph S. Myers
josmyers@redhat.com
More information about the Libc-alpha
mailing list