From patchwork Mon Aug 4 08:23:10 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 2293 Received: (qmail 24533 invoked by alias); 4 Aug 2014 08:23:16 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 24520 invoked by uid 89); 4 Aug 2014 08:23:16 -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_50, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx2.suse.de From: Andreas Schwab To: Richard Henderson Cc: libc-alpha@sourceware.org, joseph@codesourcery.com Subject: Re: [PATCH v3] force eval for fma implementations References: <1406915515-18596-1-git-send-email-rth@twiddle.net> X-Yow: Fold, fold, FOLD!! FOLDING many items!! Date: Mon, 04 Aug 2014 10:23:10 +0200 In-Reply-To: <1406915515-18596-1-git-send-email-rth@twiddle.net> (Richard Henderson's message of "Fri, 1 Aug 2014 07:51:55 -1000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Tested on i586-suse-linux and pushed. Andreas. * sysdeps/ieee754/ldbl-96/s_fma.c: Include . diff --git a/sysdeps/ieee754/ldbl-96/s_fma.c b/sysdeps/ieee754/ldbl-96/s_fma.c index a27102e..dcdae4d 100644 --- a/sysdeps/ieee754/ldbl-96/s_fma.c +++ b/sysdeps/ieee754/ldbl-96/s_fma.c @@ -21,6 +21,7 @@ #include #include #include +#include /* This implementation uses rounding to odd to avoid problems with double rounding. See a paper by Boldo and Melquiond: