From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1epObe-0006ZE-Q3 for qemu-devel@nongnu.org; Fri, 23 Feb 2018 20:26:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1epObb-0007Ad-MK for qemu-devel@nongnu.org; Fri, 23 Feb 2018 20:26:30 -0500 Received: from mail-pf0-x244.google.com ([2607:f8b0:400e:c00::244]:35120) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1epObb-00079l-FO for qemu-devel@nongnu.org; Fri, 23 Feb 2018 20:26:27 -0500 Received: by mail-pf0-x244.google.com with SMTP id y186so3537256pfb.2 for ; Fri, 23 Feb 2018 17:26:27 -0800 (PST) References: <20180223145959.18761-1-laurent@vivier.eu> <20180223145959.18761-2-laurent@vivier.eu> From: Richard Henderson Message-ID: <53776cc1-6c33-365e-a19f-965cd1d3c8d5@linaro.org> Date: Fri, 23 Feb 2018 17:26:23 -0800 MIME-Version: 1.0 In-Reply-To: <20180223145959.18761-2-laurent@vivier.eu> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 1/4] softfloat: export some functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laurent Vivier , qemu-devel@nongnu.org Cc: Peter Maydell , Thomas Huth , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Aurelien Jarno , Richard Henderson On 02/23/2018 06:59 AM, Laurent Vivier wrote: > Move fpu/softfloat-macros.h to include/fpu/ > > Export floatx80 functions to be used by target floatx80 > specific implementations. > > Exports: > propagateFloatx80NaN(), extractFloatx80Frac(), > extractFloatx80Exp(), extractFloatx80Sign(), > normalizeFloatx80Subnormal(), packFloatx80(), > roundAndPackFloatx80(), normalizeRoundAndPackFloatx80() > > Also exports packFloat32() that will be used to implement > m68k fsinh, fcos, fsin, ftan operations. > > Signed-off-by: Laurent Vivier > --- > CC: Aurelien Jarno > CC: Alex Bennée > CC: Peter Maydell Reviewed-by: Richard Henderson r~