From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 9730B3858C98 for ; Mon, 4 Dec 2023 14:03:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9730B3858C98 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 9730B3858C98 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.129.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701698632; cv=none; b=aWdQ8xA5tiboiSCQYuvXgamx7jvTue41aRuvmnvTEvy4Ie3u8TLNBnKdqhRYcckZB2PR4jKmTZy1xq2ahVsXPHoH1m4XF309Y0Br8ZQ8xS57ufVeUZK/PGIo3OxSo6vuo1mAgg2Y8Cqm41LvtGnwdhCfxDwbOsbp/x1VWfadnPY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1701698632; c=relaxed/simple; bh=2nXw78VFgWjQdO1XcetSfCyYOGzXrwPMdIYqxban2w8=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=D3wrZBOqL7uqax1BaAMjyNy1QmoqqtCqmCj/r6CIuwtniiY8P2wJMxTZ5iVcIS7ookb5bqZ5VBSDqpQJaNMuPIVT3dcRA/W1DQzav/P8AGNFphZPnnfBmt4GtqdGodaqk4vQfvtxSajNa6KeDFwrt2VO5uhZwgFkDjr1CXoee18= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1701698631; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=blQW+x2xwyQLHj/Sm68Jm7V1ZJsF/HLu2ahCQVgIzm8=; b=ZGwJKIndNUa0eJSKT2VAUud9MVe1U2elttP5LGIbyvijJhRCrgyHsy9Z5mHFLJPjTMDc00 qReIITaLAt2/E4u70ymz1uhb8Y70eqtOjc9NrNfE3Pokc3wGx4OZUkD66JwpQ8kfM9Apo1 B9lFtczExUJaSNTDi9le8nkL8V6095I= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-541-Y8L_w2s9PbGgq02jq-1aPQ-1; Mon, 04 Dec 2023 09:03:49 -0500 X-MC-Unique: Y8L_w2s9PbGgq02jq-1aPQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1207A83BA86; Mon, 4 Dec 2023 14:03:49 +0000 (UTC) Received: from calimero.vinschen.de (unknown [10.39.192.52]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E18CA2166B26; Mon, 4 Dec 2023 14:03:48 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id C0CB0A80B86; Mon, 4 Dec 2023 15:03:47 +0100 (CET) Date: Mon, 4 Dec 2023 15:03:47 +0100 From: Corinna Vinschen To: Kito Cheng Cc: newlib@sourceware.org, Kito Cheng Subject: Re: [PATCH] RISC-V: Support long double math Message-ID: Reply-To: newlib@sourceware.org Mail-Followup-To: Kito Cheng , newlib@sourceware.org, Kito Cheng References: <20231204074139.17629-1-kito.cheng@sifive.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Dec 4 21:47, Kito Cheng wrote: > Hi Corinna: > > Thanks for reminding me, I didn't notice that since I just grabbed > from aarch64...:P [1] Never mind, I just thought it's funny. > Will check with upstream FreeBSD later :) That might be interesting, but there's no technical reason for that. Thanks for the offer anyway. Corinna