From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14527 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Dan Gohman Newsgroups: gmane.linux.lib.musl.general Subject: new exp fails erfc in libc-test Date: Wed, 7 Aug 2019 17:47:54 -0700 Message-ID: Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="00000000000028dbcc058f906903" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="65047"; mail-complaints-to="usenet@blaine.gmane.org" To: musl@lists.openwall.com Original-X-From: musl-return-14543-gllmg-musl=m.gmane.org@lists.openwall.com Thu Aug 08 02:48:23 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hvWbO-000Gn6-Cp for gllmg-musl@m.gmane.org; Thu, 08 Aug 2019 02:48:22 +0200 Original-Received: (qmail 1981 invoked by uid 550); 8 Aug 2019 00:48:19 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 1943 invoked from network); 8 Aug 2019 00:48:18 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mozilla.com; s=google; h=mime-version:from:date:message-id:subject:to; bh=qWLPOJWlve6xKMLNlWN39XOyOubnajQXCIPW0uWaQ0E=; b=MAbR72psOtPITAU1jUdfN+/IYzQvD/TW4JG+6zU2B0605vR8y1coQWFSXaqrMk+puX tSPiOXJ9u572HR/CoEDauJBYFg/gYvllXrijr3G256L2fZBxtyOYlxslfXFxLj50q9kS Pl06H6ncyQGWdq+GUuz44Sf58I7XRHNQcPsn8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=qWLPOJWlve6xKMLNlWN39XOyOubnajQXCIPW0uWaQ0E=; b=QTVhPLcIxuyt74U+jny1hJKUngE+ZZDUxAdwHFMj9ZEx1J23f69IkAu1oMFYTqmOni Qu0G4AW0m54iKp6l7kKhDcMP3rDCGhbsKh+0KSqcBhLw1nTbjzpWmsznWZYEInBKZtHJ Wd4FpKyXJjd6O/gtt0/qeEpvwW35WMKCNrAXQZVea1YEmBcM2GGX5EWyLyHmARxqRFcf A5g/mHzl75arnAqZKS0mW4A1X3MbJZDqIFyW7VSM271cPjHzd9WdPO7rvSTKBybR7H2y dS73cfR25mLIf8EOiux2cO3pWlJm4yfEq4pay658VYkSucVoqGS7jiAMQKdp5rGW+rgk UOvA== X-Gm-Message-State: APjAAAXwMdcHyZFJYfIgo8kq6z0TgHmo3opXWp/RphhR0jWOkid83pEP K6cn/PwUxFmDt6m/QZoURG0G/fzyXI/lnACiDP8Io06Fzck= X-Google-Smtp-Source: APXvYqzojEWdjr+UYN8joDo8nDBzCyCLKchlUc7sepDGMAeVEU5naAY36ZKyX7cKxhasWhti8eWuTAysOam5aCZirxU= X-Received: by 2002:a5d:948f:: with SMTP id v15mr11489413ioj.93.1565225285890; Wed, 07 Aug 2019 17:48:05 -0700 (PDT) Xref: news.gmane.org gmane.linux.lib.musl.general:14527 Archived-At: --00000000000028dbcc058f906903 Content-Type: text/plain; charset="UTF-8" As of the patch which introduced the new exp implementations: http://git.musl-libc.org/cgit/musl/commit/?id=e16f7b3c02e17d0ace779a11f0d53a9c05fdd434 I am seeing a test failure in the erfc test in libc-test on at least x86-64 (erfc calls exp internally): src/math/special/erfc.h:6: RN erfc(0x1.5db559fe5c0bap+0) want 0x1.b53cf571d328fp-5 got 0x1.b53cf571d328cp-5 ulperr -2.609 = -0x1.8p+1 + 0x1.900982p-2 Please let me know if there's any other information which would be useful. Dan --00000000000028dbcc058f906903 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable