From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mimir.eigenstate.org ([206.124.132.107]) by ewsd; Sun Jul 12 01:38:32 EDT 2020 Received: from abbatoir.fios-router.home (pool-74-101-2-6.nycmny.fios.verizon.net [74.101.2.6]) by mimir.eigenstate.org (OpenSMTPD) with ESMTPSA id 3a4b5b1a (TLSv1.2:ECDHE-RSA-AES256-SHA:256:NO) for <9front@9front.org>; Sat, 11 Jul 2020 22:38:17 -0700 (PDT) Message-ID: To: 9front@9front.org Subject: Re: [9front] 5l problem on python276 compilation Date: Sat, 11 Jul 2020 22:38:16 -0700 From: ori@eigenstate.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: proven private SVG over ACPI interface browser > By the way, /arm/include/ape/float.h has wrong definition? > /* define stuff needed for floating conversion */ > #define IEEE_8087 1 > > The last lkine should be > #define IEEE_MC68k 1 > ? > > Kenji I think the definition is right. The macro is just badly named. From /sys/src/ape/lib/ap/stdio/fconv.h:20, here's the explanation: /* * #define IEEE_8087 for IEEE-arithmetic machines where the least * significant byte has the lowest address. * #define IEEE_MC68k for IEEE-arithmetic machines where the most * significant byte has the lowest address. */ What hardware are you running this on?