Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755396AbdGXMtd convert rfc822-to-8bit (ORCPT ); Mon, 24 Jul 2017 08:49:33 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:24951 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751632AbdGXMt0 (ORCPT ); Mon, 24 Jul 2017 08:49:26 -0400 From: Aleksandar Markovic To: James Hogan , Aleksandar Markovic CC: "linux-mips@linux-mips.org" , Douglas Leung , Miodrag Dinic , "Goran Ferenc" , "linux-kernel@vger.kernel.org" , Paul Burton , "Petar Jovanovic" , Raghu Gandham , Ralf Baechle Subject: RE: [PATCH v3 12/16] MIPS: math-emu: .: Fix some cases of infinite inputs Thread-Topic: [PATCH v3 12/16] MIPS: math-emu: .: Fix some cases of infinite inputs Thread-Index: AQHTAiuC+KNiv21WwkOy0h2g1ZtpS6JjQzEA//+uPJM= Date: Mon, 24 Jul 2017 12:49:20 +0000 Message-ID: References: <1500646206-2436-1-git-send-email-aleksandar.markovic@rt-rk.com> <1500646206-2436-13-git-send-email-aleksandar.markovic@rt-rk.com>,<20170724103914.GQ6973@jhogan-linux.le.imgtec.org> In-Reply-To: <20170724103914.GQ6973@jhogan-linux.le.imgtec.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [82.117.201.26] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1117 Lines: 25 > > ________________________________________ > From: James Hogan > Sent: Monday, July 24, 2017 3:39 AM > To: Aleksandar Markovic > Cc: linux-mips@linux-mips.org; Aleksandar Markovic; Douglas Leung; Miodrag Dinic; Goran Ferenc; linux-kernel@vger.kernel.org; Paul Burton; Petar Jovanovic; Raghu Gandham; Ralf > Baechle > Subject: Re: [PATCH v3 12/16] MIPS: math-emu: .: Fix some cases of infinite inputs > > On Fri, Jul 21, 2017 at 04:09:10PM +0200, Aleksandar Markovic wrote: > > From: Aleksandar Markovic > > > > Fix the cases of . when any of two multiplicands is > > infinity. The correct behavior in such cases is affected by the nature > > of third input. Cases of addition of infinities with opposite signs > > and subtraction of infinities with same signs may arise and must be > > handles separately. Also, the value od flags argument (that determines > > s/handles/handled/? > s/od/of/ In v4, I am going to fix these typos and also other typos and spelling mistakes in commit messages of all patches in this series. Thanks, Aleksandar