[gentoo-dev] [PATCH] profiles/arch/amd64: add "-mfpmath=sse" to CFLAGS_x86

2022-10-17 Thread Mike Gilbert
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

Re: [gentoo-dev] [PATCH 1/3] dist-kernel-utils.eclass: Add a PV → KV conversion function

2022-10-17 Thread Michał Górny
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 > >