From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 8132 invoked from network); 7 Sep 2020 11:28:17 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 7 Sep 2020 11:28:17 -0000 Received: (qmail 18109 invoked by uid 550); 7 Sep 2020 11:28:11 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 18089 invoked from network); 7 Sep 2020 11:28:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= mime-version:message-id:in-reply-to:references:date:from:to :subject:content-type; s=fm3; bh=4vZbjR+VNCVqFt4VzH6HnDzewPnbHbk Yc8jMO7kxD80=; b=bTz1OTCZ6PZq9AG6YE6IqS/hm0flTC/WMVy7uYQf2Z8Dxbk q0QTZGalug1HYT1uvnY183pkreu9NUGxt298wOjYPW62NaBxtjMSe1Z4psBEX7bn Gl+IV8U8uP3hpikirPN88+LVNQeym30K4rX3XcBHZw7q5Cr4T1Min9NbqiHvenLe CdHO090CTfmIplk3HcPkXebPc86r4Chv8LgUgfGEsOrgHw4uHIgf8ZwTCBxcCDo9 +BlJmAJ4DyDx/rXLfgTMkam8el9s344orMxFV/qWtoOroaouciYKWkV23PRA6XmU itwynZsRg4d1jdxcO/umv4b6RAMOfbenxhaklrg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=4vZbjR +VNCVqFt4VzH6HnDzewPnbHbkYc8jMO7kxD80=; b=jzWn4Zah5ItTfBCssrbUmk V2MG7F5HaNYV27WjdYW8yt4351dcfxJCT+BZReCQTPx/FJeq2XbubCf1rLyVSC9+ VguPUEjstAFH1mSeaRlfCDEr9jStjvdOWfulTUCvFX1NQwsUZ7zOFCIAg8aKob0a KcmkRL1TbgJ3k+GcyjpKXj/Tqubuv16kRk/6gv0Id7UaB8Ilk62gNu8Zu3ntTbDZ a/E8m6/FXx4xOhj2vVIZODivS4e+ytWCoh/YTIKV61LHgnOijflOQeYt7+L9yKXD yy5iDxEUpaP3d+Dp4yVHwz55nqSeAReb2ZvClgdxCfyP4KJTAJnJ+3BLoSbmm4YQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrudehtddggeduucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedfufhtvghfrghnucfqkdftvggrrhdfuceoshhorhgvrghr sehfrghsthhmrghilhdrtghomheqnecuggftrfgrthhtvghrnhephfekffethefgheelte etvedtjeeigfeiffdtueduleegledtjeekfeduiefhieeinecuffhomhgrihhnpehgnhhu rdhorhhgpdhllhhvmhdrohhrghenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmh epmhgrihhlfhhrohhmpehsohhrvggrrhesfhgrshhtmhgrihhlrdgtohhm X-ME-Proxy: X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.3.0-259-g88fbbfa-fm-20200903.003-g88fbbfa3 Mime-Version: 1.0 Message-Id: In-Reply-To: References: Date: Mon, 07 Sep 2020 07:27:37 -0400 From: "Stefan O'Rear" To: musl@lists.openwall.com Content-Type: text/plain Subject: Re: [musl] riscv32 v2 On Fri, Sep 4, 2020, at 1:48 AM, Stefan O'Rear wrote: > Rich Felker's suggestion (on IRC) to use a 0-instruction __get_tp was > NOT implemented after discovering that it generates dramatically worse > code on clang and cannot easily be conditionalized. Bug reports to come. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96952 https://bugs.llvm.org/show_bug.cgi?id=47447 -s