GCC uses x87 floating point instructions when building 32-bit x86
code by default. This is true even for x86-64 multilib.
Using the x87 floating point unit can lead to strange behavior when
calculating intermediate values for single and double precision floats.
It uses 80 bits for all calculations
On Mon, 2022-10-17 at 01:19 -0500, Oskari Pirhonen wrote:
> On Sun, Oct 16, 2022 at 06:49:17 +0200, Michał Górny wrote:
> > Signed-off-by: Michał Górny
> > ---
> > eclass/dist-kernel-utils.eclass | 16
> > eclass/tests/dist-kernel-utils.sh | 28
> >