From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 7DD493858D1E for ; Tue, 19 Jul 2022 20:59:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7DD493858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.92,285,1650960000"; d="scan'208";a="79900819" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa3.mentor.iphmx.com with ESMTP; 19 Jul 2022 12:59:23 -0800 IronPort-SDR: 324zMKAJtaV0aajsxz5c5QBAKHoYKo+Qj6mz0OeOu40UPKDSJoq2X2+iy1e83zaXKoGxl+Z3mY yVwnCKl5XmYDmkcgStmUUD+mlz1QtnU0x/KSPD0H4RSXvbaIKDwX7jcSM1+eqpLjZnrHRxYyEk /DHehIo4S2ZWmVs7NL2G+9BrJq3W/hKjY7DssSYNy4Jh4WM7DxcFg1NINkopqjmj6t6KAZ+TPW hD1co/X+iYaO/JPd9d70dM75xk94cW/xtSmDFT7EISSWVfTxVmvdpGyLHMSN2RDHU8QfgLJvvl 1Uw= Date: Tue, 19 Jul 2022 20:59:18 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Kito Cheng CC: Subject: Re: [PATCH] soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hf In-Reply-To: <20220705094631.2162-1-kito.cheng@sifive.com> Message-ID: References: <20220705094631.2162-1-kito.cheng@sifive.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-12.mgc.mentorg.com (139.181.222.12) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3112.3 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Jul 2022 20:59:29 -0000 On Tue, 5 Jul 2022, Kito Cheng wrote: > Add more IEEE half conversion routines: > > - Convert 32-bit/64-bit integer to IEEE half. > - Convert IEEE half to 32-bit/64-bit integer. > > They are required by RISC-V _Float16 support, tested with RISC-V GCC. OK. -- Joseph S. Myers joseph@codesourcery.com