[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

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 > >

Re: [gentoo-dev] [PATCH 3/5] profiles: add USE=convert-sfnt

2022-10-17 Thread Mart Raudsepp
Ühel kenal päeval, L, 15.10.2022 kell 11:01, kirjutas Ulrich Mueller: > > > > > > On Sat, 15 Oct 2022, Sam James wrote: > > > +convert-sfnt - Convert BDF and PCF bitmap fonts to OTB wrapper > > format > > Sorry for the bikeshedding, but could we have a name that indicates > what > this global

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

2022-10-17 Thread Oskari Pirhonen
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 > 2 files changed, 44 insertions(+) > create mode 100755