From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5C148138334 for ; Mon, 20 May 2019 09:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52852E0855; Mon, 20 May 2019 09:44:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04599E078A for ; Mon, 20 May 2019 09:44:25 +0000 (UTC) Received: from localhost (85-171-63-107.rev.numericable.fr [85.171.63.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: aballier) by smtp.gentoo.org (Postfix) with ESMTPSA id 68CBB344B78 for ; Mon, 20 May 2019 09:44:24 +0000 (UTC) Date: Mon, 20 May 2019 11:44:18 +0200 From: Alexis Ballier To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Announcing RISC-V Message-ID: <20190520114418.04551eb5@gentoo.org> In-Reply-To: <388157f1f18d6f66618ab93d0daf2b40e89a6bf1.camel@gentoo.org> References: <4272082.Ai3X7YLVuo@pinacolada> <388157f1f18d6f66618ab93d0daf2b40e89a6bf1.camel@gentoo.org> Organization: Gentoo X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4dfd8ca2-b0d0-4ab7-b03e-6fae78e3178e X-Archives-Hash: aaf99d42857cd59619a6f465e226da3a On Sat, 18 May 2019 20:47:28 +0200 Micha=C5=82 G=C3=B3rny wrote: > On Fri, 2019-05-03 at 23:34 +0200, Andreas K. Huettel wrote: > > * We will initially add two profiles to profile.desc:=20 > > default/linux/riscv/17.0/rv64gc/lp64d (non-multilib, 64bit > > hardfloat) default/linux/riscv/17.0/rv64gc (multilib lp64d/lp64, > > i.e. hard/softfloat) >=20 > I still don't understand the purpose of this multilib. If you have > a hardfloat CPU, why would you ever build some of the software > softfloat? One reason I could imagine is that the hardfloat isn't IEEE 754 compliant. Searching through the RISC-V spec, it does not seem to be the case here (ie: it is required to be compliant) so I'm also wondering what is the point here. Note that hard vs soft float will be the least of our concerns here: Based on wikipedia, I count 4 base ISA (2 stable, 2 dev) and 13 optional extensions (6 stable, 7 dev) so we potentially have an exponential number of ABIs here...