From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9307 invoked by alias); 22 Feb 2015 04:24:20 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9283 invoked by uid 89); 22 Feb 2015 04:24:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: smtp.gentoo.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 22 Feb 2015 04:24:17 +0000 Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 1FBBF3409F1; Sun, 22 Feb 2015 04:24:14 +0000 (UTC) Date: Sun, 22 Feb 2015 04:24:00 -0000 From: Mike Frysinger To: Jiri Gaisler Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 04/22] sim/erc32: Use fenv.h for host FPU access Message-ID: <20150222042414.GG8744@vapier> Mail-Followup-To: Jiri Gaisler , gdb-patches@sourceware.org References: <1424385100-15397-1-git-send-email-jiri@gaisler.se> <1424385100-15397-5-git-send-email-jiri@gaisler.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fmEUq8M7S0s+Fl0V" Content-Disposition: inline In-Reply-To: <1424385100-15397-5-git-send-email-jiri@gaisler.se> X-IsSubscribed: yes X-SW-Source: 2015-02/txt/msg00621.txt.bz2 --fmEUq8M7S0s+Fl0V Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-length: 287 On 19 Feb 2015 23:31, Jiri Gaisler wrote: > + fexc = fetestexcept(FE_ALL_EXCEPT); fixed the spacing before the ( > + feclearexcept(FE_ALL_EXCEPT); here too > + fesetround(fround); and here otherwise, i think this makes the file much nicer to work with :). merged! -mike --fmEUq8M7S0s+Fl0V Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJU6VnuAAoJEEFjO5/oN/WBE5cP/20lfCPxnGNZ8Siad0qJB5va 1rgf42co0vFkurxcm1GvT74ly7okBPp+P3AaCdTtxePFcyVUgGXAw1nAdX0gDJNU l3BK+0cBtqGWb3GOa02agdUEYUFiWb2Z+MDbzr8Tp6PSN1PZxdMes84rCbAhRSPw rYQkIxjJR1Rfum6nqgiWGLBo0/CFKDu1wcITzAuVg2KIlL8cgBA+EJStRdAqM2wz huGoBW7wnVc2rxX7AWmESEL0y3MTp9dN9FNuFW5WsUp34YLewo36cEPatReuFsck gY3u/G0sEbu4qbMGtvxhnzu+PEBycvyRJJeNlMS5mTXhYf/YXZEXdpCTB5nQnmuF kXDUyaUs+Z9i8z8UfQreig8nrF20/EM5a5J59oVQdF3jPFlVJ/np1WNPe3NDcbfH YFJI7gPKcGg/FC8d+nKfAInUEK0AKfH7MeuKePJc74ETavSFbSdzMZ5YrhhjEOzO ZCsqeyYOyLiCuZ8kZsC+nVfs5fBPXjhg6ESGS5X3dncGhfMRUp/QWPdtOOHSXfTh stbqam4PkZ00+t3I9oFLjxCx/XAqbLJ2JBoWDMI1noEnLsiPwm6MdZLt1ntDbrtW kiamhDGu794wS+EpBKqJlLqJvthnFXg/8oklNWU9G45rmP+XFe5ftIwOUK9B0iiH OvQ29mlXPqcjMduNb3Go =K+Ec -----END PGP SIGNATURE----- --fmEUq8M7S0s+Fl0V--