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: 376161 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 39F4814007B for ; Mon, 4 Aug 2014 18:23:22 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=G6k2Y 5gM5WG+zPwQoKKQfLhImMpRHQUeGuTXJi0Vd0+kfUpr/9/0n3bKZXdw55/2Y9kUI UDzJFnUm1hjqrnKCT8c6GEKZtdwrOOJ3XTnioWG+4gc//mApWl/56kI4Lp2ewNUp 9Ux2FrpQuC3DgRENunGu4vD+S+acrkB0cI1ojw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=bkvcqANdK/J ExBT4xdm6Hj3iaGY=; b=MXXLUOEpdm5l84R1PZjXLaP0pP//R8G1/qKp80Ehmps batcB6YM1LvsQgyTALJlyYRDl0rMD6OAiYqrQ1vydHN0GywTyxzHbvlJRpBXoDeP +xJu3OjdB2Uk0zJNF8XoETCq+y3X3sxklI5cvAhnP+7LWGT63BgkxhiNzc7HIOUs = 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: