From owner-svn-src-projects@FreeBSD.ORG Fri Feb 21 21:54:36 2014 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B32D0893; Fri, 21 Feb 2014 21:54:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FF78118B; Fri, 21 Feb 2014 21:54:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1LLsawU080304; Fri, 21 Feb 2014 21:54:36 GMT (envelope-from dim@svn.freebsd.org) Received: (from dim@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1LLsaMP080303; Fri, 21 Feb 2014 21:54:36 GMT (envelope-from dim@svn.freebsd.org) Message-Id: <201402212154.s1LLsaMP080303@svn.freebsd.org> From: Dimitry Andric Date: Fri, 21 Feb 2014 21:54:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r262308 - projects/clang-sparc64/lib/msun/ld128 X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Feb 2014 21:54:36 -0000 Author: dim Date: Fri Feb 21 21:54:36 2014 New Revision: 262308 URL: http://svnweb.freebsd.org/changeset/base/262308 Log: In lib/msun/ld128/s_expl.c, remove '/*' within block comment, to avoid a warning. Modified: projects/clang-sparc64/lib/msun/ld128/s_expl.c Modified: projects/clang-sparc64/lib/msun/ld128/s_expl.c ============================================================================== --- projects/clang-sparc64/lib/msun/ld128/s_expl.c Fri Feb 21 21:53:23 2014 (r262307) +++ projects/clang-sparc64/lib/msun/ld128/s_expl.c Fri Feb 21 21:54:36 2014 (r262308) @@ -131,7 +131,7 @@ T3 = 0.03125; /* * Domain [-0.1659, 0.03125], range ~[2.9134e-44, 1.8404e-37]: * |(exp(x)-1-x-x**2/2)/x - p(x)| < 2**-122.03 -/* + * * XXX none of the long double C or D coeffs except C10 is correctly printed. * If you re-print their values in %.35Le format, the result is always * different. For example, the last 2 digits in C3 should be 59, not 67.