From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fIAbR-00026i-Ro for qemu-devel@nongnu.org; Mon, 14 May 2018 06:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fIAbR-0006HO-2I for qemu-devel@nongnu.org; Mon, 14 May 2018 06:21:13 -0400 Received: from mail-oi0-x243.google.com ([2607:f8b0:4003:c06::243]:33079) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fIAbQ-0006H4-Tl for qemu-devel@nongnu.org; Mon, 14 May 2018 06:21:12 -0400 Received: by mail-oi0-x243.google.com with SMTP id k5-v6so10189367oiw.0 for ; Mon, 14 May 2018 03:21:12 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180512004311.9299-4-richard.henderson@linaro.org> References: <20180512004311.9299-1-richard.henderson@linaro.org> <20180512004311.9299-4-richard.henderson@linaro.org> From: Peter Maydell Date: Mon, 14 May 2018 11:20:52 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 03/27] fpu/softfloat: Merge NO_SIGNALING_NANS definitions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: QEMU Developers , =?UTF-8?B?QWxleCBCZW5uw6ll?= On 12 May 2018 at 01:42, Richard Henderson w= rote: > Move the ifdef inside the relevant functions instead of > duplicating the function declarations. > > Reviewed-by: Alex Benn=C3=A9e > Signed-off-by: Richard Henderson > --- > fpu/softfloat-specialize.h | 100 +++++++++++++++---------------------- > 1 file changed, 40 insertions(+), 60 deletions(-) > Reviewed-by: Peter Maydell thanks -- PMM